Html Css Color HEX #906AFB Light Slate Blue

📋 copy color: '#906AFB'

red 144 ◦ green 106 ◦ blue 251

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

Shades of Light Slate Blue #906AFB

Tints of Light Slate Blue #906AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.1%

R = 28.74%
G = 21.16%
B = 50.1%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#906AFB (or 0x906AFB) is known color: Light Slate Blue. HEX triplet: 90, 6A and FB. RGB value is (144,106,251). Sum of RGB (Red+Green+Blue) = 144+106+251=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #906AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906AFB is #6F9504. Grayscale: #858585. Windows color (decimal): -7312645 or 16476816. OLE color: 16476816.

HSL color Cylindrical-coordinate representation of color #906AFB: hue angle of 255.72º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #906AFB is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 106 251 -
CMYK 0.43 0.58 0 0.02
HSL 255.72º 0.95% 0.7% -
HSV(B) 255.72º 0.58% 0.98% -
XYZ 34.07 23.2 93.95 -
YUV 133.89 194.09 135.21 -
System Red Green Blue C M Y K H S L
Decimal 144 106 251 0.43 0.58 0 0.02 255.72 0.95 0.7
Hex 90 6A FB 2B 3A 0 2 100 5F 46
Octal 220 152 373 53 72 0 2 400 137 106
Binary 10010000 1101010 11111011 101011 111010 0 10 100000000 1011111 1000110

Color Harmonies of #906AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906AFB

Black with #906AFB

Text Example


Text Example

White with #906AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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