Html Css Color HEX #906DF9 Light Slate Blue

📋 copy color: '#906DF9'

red 144 ◦ green 109 ◦ blue 249

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

Shades of Light Slate Blue #906DF9

Tints of Light Slate Blue #906DF9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.71%

 BLUE value IS 249 (97.66% from 255) = 49.6%

R = 28.69%
G = 21.71%
B = 49.6%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#906DF9 (or 0x906DF9) is known color: Light Slate Blue. HEX triplet: 90, 6D and F9. RGB value is (144,109,249). Sum of RGB (Red+Green+Blue) = 144+109+249=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #906DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906DF9 is #6F9206. Grayscale: #868686. Windows color (decimal): -7311879 or 16346512. OLE color: 16346512.

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

Color convert

RGB 144 109 249 -
CMYK 0.42 0.56 0 0.02
HSL 255º 0.92% 0.7% -
HSV(B) 255º 0.56% 0.98% -
XYZ 34.07 23.71 92.4 -
YUV 135.43 192.1 134.12 -
System Red Green Blue C M Y K H S L
Decimal 144 109 249 0.42 0.56 0 0.02 255 0.92 0.7
Hex 90 6D F9 2A 38 0 2 FF 5C 46
Octal 220 155 371 52 70 0 2 377 134 106
Binary 10010000 1101101 11111001 101010 111000 0 10 11111111 1011100 1000110

Color Harmonies of #906DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906DF9

Black with #906DF9

Text Example


Text Example

White with #906DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,109,249); }

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

background-color css

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

 a { background-color: rgb(144,109,249); }

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

border-color css

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

 span { border-color: rgb(144,109,249); }

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