Html Css Color HEX #706FFE Light Slate Blue

📋 copy color: '#706FFE'

red 112 ◦ green 111 ◦ blue 254

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

Shades of Light Slate Blue #706FFE

Tints of Light Slate Blue #706FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.27%

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

R = 23.48%
G = 23.27%
B = 53.25%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#706FFE (or 0x706FFE) is known color: Light Slate Blue. HEX triplet: 70, 6F and FE. RGB value is (112,111,254). Sum of RGB (Red+Green+Blue) = 112+111+254=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #706FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706FFE is #8F9001. Grayscale: #7F7F7F. Windows color (decimal): -9408514 or 16674672. OLE color: 16674672.

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

Color convert

RGB 112 111 254 -
CMYK 0.56 0.56 0 0.00
HSL 240.42º 0.99% 0.72% -
HSV(B) 240.42º 0.56% 1% -
XYZ 30.26 21.97 96.41 -
YUV 127.6 199.33 116.87 -
System Red Green Blue C M Y K H S L
Decimal 112 111 254 0.56 0.56 0 0.00 240.42 0.99 0.72
Hex 70 6F FE 38 38 0 0 F0 63 48
Octal 160 157 376 70 70 0 0 360 143 110
Binary 1110000 1101111 11111110 111000 111000 0 0 11110000 1100011 1001000

Color Harmonies of #706FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FFE

Black with #706FFE

Text Example


Text Example

White with #706FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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