Html Css Color HEX #706BE8 Medium Slate Blue

📋 copy color: '#706BE8'

red 112 ◦ green 107 ◦ blue 232

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

Shades of Medium Slate Blue #706BE8

Tints of Medium Slate Blue #706BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 51.44%

R = 24.83%
G = 23.73%
B = 51.44%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#706BE8 (or 0x706BE8) is known color: Medium Slate Blue. HEX triplet: 70, 6B and E8. RGB value is (112,107,232). Sum of RGB (Red+Green+Blue) = 112+107+232=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 232 (91.02% from 255 or 51.44% from 451); Max value from RGB is 232 - color contains mainly: blue. Hex color #706BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706BE8 is #8F9417. Grayscale: #7A7A7A. Windows color (decimal): -9409560 or 15231856. OLE color: 15231856.

HSL color Cylindrical-coordinate representation of color #706BE8: hue angle of 242.4º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #706BE8 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 107 232 -
CMYK 0.52 0.54 0 0.09
HSL 242.4º 0.73% 0.66% -
HSV(B) 242.4º 0.54% 0.91% -
XYZ 26.51 19.79 78.77 -
YUV 122.75 189.66 120.34 -
System Red Green Blue C M Y K H S L
Decimal 112 107 232 0.52 0.54 0 0.09 242.4 0.73 0.66
Hex 70 6B E8 34 36 0 9 F2 49 42
Octal 160 153 350 64 66 0 11 362 111 102
Binary 1110000 1101011 11101000 110100 110110 0 1001 11110010 1001001 1000010

Color Harmonies of #706BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BE8

Black with #706BE8

Text Example


Text Example

White with #706BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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