Html Css Color HEX #906AFF Light Slate Blue

📋 copy color: '#906AFF'

red 144 ◦ green 106 ◦ blue 255

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

Shades of Light Slate Blue #906AFF

Tints of Light Slate Blue #906AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.5%

R = 28.51%
G = 20.99%
B = 50.5%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#906AFF (or 0x906AFF) is known color: Light Slate Blue. HEX triplet: 90, 6A and FF. RGB value is (144,106,255). Sum of RGB (Red+Green+Blue) = 144+106+255=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #906AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906AFF is #6F9500. Grayscale: #858585. Windows color (decimal): -7312641 or 16738960. OLE color: 16738960.

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

Color convert

RGB 144 106 255 -
CMYK 0.44 0.58 0 0
HSL 255.3º 1% 0.71% -
HSV(B) 255.3º 0.58% 1% -
XYZ 34.71 23.46 97.31 -
YUV 134.35 196.09 134.88 -
System Red Green Blue C M Y K H S L
Decimal 144 106 255 0.44 0.58 0 0 255.3 1 0.71
Hex 90 6A FF 2C 3A 0 0 FF 64 47
Octal 220 152 377 54 72 0 0 377 144 107
Binary 10010000 1101010 11111111 101100 111010 0 0 11111111 1100100 1000111

Color Harmonies of #906AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906AFF

Black with #906AFF

Text Example


Text Example

White with #906AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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