Html Css Color HEX #906EFE Light Slate Blue

📋 copy color: '#906EFE'

red 144 ◦ green 110 ◦ blue 254

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

Shades of Light Slate Blue #906EFE

Tints of Light Slate Blue #906EFE

RGB

 RED value IS 144 (56.64% from 255) = 28.35%

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

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

R = 28.35%
G = 21.65%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#906EFE (or 0x906EFE) is known color: Light Slate Blue. HEX triplet: 90, 6E and FE. RGB value is (144,110,254). Sum of RGB (Red+Green+Blue) = 144+110+254=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #906EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906EFE is #6F9101. Grayscale: #888888. Windows color (decimal): -7311618 or 16674448. OLE color: 16674448.

HSL color Cylindrical-coordinate representation of color #906EFE: hue angle of 254.17º 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 #906EFE is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 144 110 254 -
CMYK 0.43 0.57 0 0.00
HSL 254.17º 0.99% 0.71% -
HSV(B) 254.17º 0.57% 1% -
XYZ 34.97 24.24 96.6 -
YUV 136.58 194.26 133.29 -
System Red Green Blue C M Y K H S L
Decimal 144 110 254 0.43 0.57 0 0.00 254.17 0.99 0.71
Hex 90 6E FE 2B 39 0 0 FE 63 47
Octal 220 156 376 53 71 0 0 376 143 107
Binary 10010000 1101110 11111110 101011 111001 0 0 11111110 1100011 1000111

Color Harmonies of #906EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906EFE

Black with #906EFE

Text Example


Text Example

White with #906EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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