Html Css Color HEX #906AFE Light Slate Blue

📋 copy color: '#906AFE'

red 144 ◦ green 106 ◦ blue 254

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

Shades of Light Slate Blue #906AFE

Tints of Light Slate Blue #906AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.03%

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

R = 28.57%
G = 21.03%
B = 50.4%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#906AFE (or 0x906AFE) is known color: Light Slate Blue. HEX triplet: 90, 6A and FE. RGB value is (144,106,254). Sum of RGB (Red+Green+Blue) = 144+106+254=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #906AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906AFE is #6F9501. Grayscale: #858585. Windows color (decimal): -7312642 or 16673424. OLE color: 16673424.

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

Color convert

RGB 144 106 254 -
CMYK 0.43 0.58 0 0.00
HSL 255.41º 0.99% 0.71% -
HSV(B) 255.41º 0.58% 1% -
XYZ 34.55 23.39 96.46 -
YUV 134.23 195.59 134.97 -
System Red Green Blue C M Y K H S L
Decimal 144 106 254 0.43 0.58 0 0.00 255.41 0.99 0.71
Hex 90 6A FE 2B 3A 0 0 FF 63 47
Octal 220 152 376 53 72 0 0 377 143 107
Binary 10010000 1101010 11111110 101011 111010 0 0 11111111 1100011 1000111

Color Harmonies of #906AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906AFE

Black with #906AFE

Text Example


Text Example

White with #906AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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