Html Css Color HEX #906DF7 Light Slate Blue

📋 copy color: '#906DF7'

red 144 ◦ green 109 ◦ blue 247

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

Shades of Light Slate Blue #906DF7

Tints of Light Slate Blue #906DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.4%

R = 28.8%
G = 21.8%
B = 49.4%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#906DF7 (or 0x906DF7) is known color: Light Slate Blue. HEX triplet: 90, 6D and F7. RGB value is (144,109,247). Sum of RGB (Red+Green+Blue) = 144+109+247=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #906DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906DF7 is #6F9208. Grayscale: #868686. Windows color (decimal): -7311881 or 16215440. OLE color: 16215440.

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

Color convert

RGB 144 109 247 -
CMYK 0.42 0.56 0 0.03
HSL 255.22º 0.9% 0.7% -
HSV(B) 255.22º 0.56% 0.97% -
XYZ 33.76 23.58 90.77 -
YUV 135.2 191.1 134.28 -
System Red Green Blue C M Y K H S L
Decimal 144 109 247 0.42 0.56 0 0.03 255.22 0.9 0.7
Hex 90 6D F7 2A 38 0 3 FF 5A 46
Octal 220 155 367 52 70 0 3 377 132 106
Binary 10010000 1101101 11110111 101010 111000 0 11 11111111 1011010 1000110

Color Harmonies of #906DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906DF7

Black with #906DF7

Text Example


Text Example

White with #906DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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