Html Css Color HEX #906DF1 Light Slate Blue

📋 copy color: '#906DF1'

red 144 ◦ green 109 ◦ blue 241

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

Shades of Light Slate Blue #906DF1

Tints of Light Slate Blue #906DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.79%

R = 29.15%
G = 22.06%
B = 48.79%

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

#906DF1 (or 0x906DF1) is known color: Light Slate Blue. HEX triplet: 90, 6D and F1. RGB value is (144,109,241). Sum of RGB (Red+Green+Blue) = 144+109+241=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #906DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906DF1 is #6F920E. Grayscale: #868686. Windows color (decimal): -7311887 or 15822224. OLE color: 15822224.

HSL color Cylindrical-coordinate representation of color #906DF1: hue angle of 255.91º degrees, saturation: 0.82, 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 #906DF1 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 109 241 -
CMYK 0.40 0.55 0 0.05
HSL 255.91º 0.83% 0.69% -
HSV(B) 255.91º 0.55% 0.95% -
XYZ 32.85 23.22 85.97 -
YUV 134.51 188.1 134.77 -
System Red Green Blue C M Y K H S L
Decimal 144 109 241 0.40 0.55 0 0.05 255.91 0.83 0.69
Hex 90 6D F1 28 37 0 5 100 52 45
Octal 220 155 361 50 67 0 5 400 122 105
Binary 10010000 1101101 11110001 101000 110111 0 101 100000000 1010010 1000101

Color Harmonies of #906DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906DF1

Black with #906DF1

Text Example


Text Example

White with #906DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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