Html Css Color HEX #706BEE Medium Slate Blue

📋 copy color: '#706BEE'

red 112 ◦ green 107 ◦ blue 238

#706BEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #706BEE

Tints of Medium Slate Blue #706BEE

RGB

 RED value IS 112 (44.14% from 255) = 24.51%

 GREEN value IS 107 (42.19% from 255) = 23.41%

 BLUE value IS 238 (93.36% from 255) = 52.08%

R = 24.51%
G = 23.41%
B = 52.08%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#706BEE (or 0x706BEE) is known color: Medium Slate Blue. HEX triplet: 70, 6B and EE. RGB value is (112,107,238). Sum of RGB (Red+Green+Blue) = 112+107+238=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #706BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706BEE is #8F9411. Grayscale: #7A7A7A. Windows color (decimal): -9409554 or 15625072. OLE color: 15625072.

HSL color Cylindrical-coordinate representation of color #706BEE: hue angle of 242.29º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706BEE is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 107 238 -
CMYK 0.53 0.55 0 0.07
HSL 242.29º 0.79% 0.68% -
HSV(B) 242.29º 0.55% 0.93% -
XYZ 27.37 20.13 83.33 -
YUV 123.43 192.66 119.85 -
System Red Green Blue C M Y K H S L
Decimal 112 107 238 0.53 0.55 0 0.07 242.29 0.79 0.68
Hex 70 6B EE 35 37 0 7 F2 4F 44
Octal 160 153 356 65 67 0 7 362 117 104
Binary 1110000 1101011 11101110 110101 110111 0 111 11110010 1001111 1000100

Color Harmonies of #706BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BEE

Black with #706BEE

Text Example


Text Example

White with #706BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706BEE; }

 p { color: rgb(112,107,238); }

 H1.HeaderClassName
 {
   color: #706BEE;
 }
 .AnyTagClassName
 {
   color: #706BEE;
 }
</style>

background-color css

<style>
 a { background-color: #706BEE; }

 a { background-color: rgb(112,107,238); }

 div.DivClassName
 {
   background-color: #706BEE;
 }
 .BgClassName
 {
   background-color: #706BEE;
 }
</style>

border-color css

<style>
 span { border-color: #706BEE; }

 span { border-color: rgb(112,107,238); }

 td.TdClassName
 {
   border-color: #706BEE;
 }
 .TagClassName
 {
   border-color: #706BEE;
 }
</style>