Html Css Color HEX #706EFE Light Slate Blue

📋 copy color: '#706EFE'

red 112 ◦ green 110 ◦ blue 254

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

Shades of Light Slate Blue #706EFE

Tints of Light Slate Blue #706EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.11%

 BLUE value IS 254 (99.61% from 255) = 53.36%

R = 23.53%
G = 23.11%
B = 53.36%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#706EFE (or 0x706EFE) is known color: Light Slate Blue. HEX triplet: 70, 6E and FE. RGB value is (112,110,254). Sum of RGB (Red+Green+Blue) = 112+110+254=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #706EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706EFE is #8F9101. Grayscale: #7E7E7E. Windows color (decimal): -9408770 or 16674416. OLE color: 16674416.

HSL color Cylindrical-coordinate representation of color #706EFE: hue angle of 240.83º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #706EFE is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 110 254 -
CMYK 0.56 0.57 0 0.00
HSL 240.83º 0.99% 0.71% -
HSV(B) 240.83º 0.57% 1% -
XYZ 30.15 21.75 96.38 -
YUV 127.01 199.66 117.29 -
System Red Green Blue C M Y K H S L
Decimal 112 110 254 0.56 0.57 0 0.00 240.83 0.99 0.71
Hex 70 6E FE 38 39 0 0 F1 63 47
Octal 160 156 376 70 71 0 0 361 143 107
Binary 1110000 1101110 11111110 111000 111001 0 0 11110001 1100011 1000111

Color Harmonies of #706EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706EFE

Black with #706EFE

Text Example


Text Example

White with #706EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,110,254); }

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

background-color css

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

 a { background-color: rgb(112,110,254); }

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

border-color css

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

 span { border-color: rgb(112,110,254); }

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