Html Css Color HEX #906DF2 Light Slate Blue

📋 copy color: '#906DF2'

red 144 ◦ green 109 ◦ blue 242

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

Shades of Light Slate Blue #906DF2

Tints of Light Slate Blue #906DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.89%

R = 29.09%
G = 22.02%
B = 48.89%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#906DF2 (or 0x906DF2) is known color: Light Slate Blue. HEX triplet: 90, 6D and F2. RGB value is (144,109,242). Sum of RGB (Red+Green+Blue) = 144+109+242=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #906DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906DF2 is #6F920D. Grayscale: #868686. Windows color (decimal): -7311886 or 15887760. OLE color: 15887760.

HSL color Cylindrical-coordinate representation of color #906DF2: hue angle of 255.79º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #906DF2 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 109 242 -
CMYK 0.40 0.55 0 0.05
HSL 255.79º 0.84% 0.69% -
HSV(B) 255.79º 0.55% 0.95% -
XYZ 33 23.28 86.76 -
YUV 134.63 188.6 134.69 -
System Red Green Blue C M Y K H S L
Decimal 144 109 242 0.40 0.55 0 0.05 255.79 0.84 0.69
Hex 90 6D F2 28 37 0 5 100 54 45
Octal 220 155 362 50 67 0 5 400 124 105
Binary 10010000 1101101 11110010 101000 110111 0 101 100000000 1010100 1000101

Color Harmonies of #906DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906DF2

Black with #906DF2

Text Example


Text Example

White with #906DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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