Html Css Color HEX #906EF1 Light Slate Blue

📋 copy color: '#906EF1'

red 144 ◦ green 110 ◦ blue 241

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

Shades of Light Slate Blue #906EF1

Tints of Light Slate Blue #906EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.22%

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

R = 29.09%
G = 22.22%
B = 48.69%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#906EF1 (or 0x906EF1) is known color: Light Slate Blue. HEX triplet: 90, 6E and F1. RGB value is (144,110,241). Sum of RGB (Red+Green+Blue) = 144+110+241=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #906EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906EF1 is #6F910E. Grayscale: #868686. Windows color (decimal): -7311631 or 15822480. OLE color: 15822480.

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

Color convert

RGB 144 110 241 -
CMYK 0.40 0.54 0 0.05
HSL 255.57º 0.82% 0.69% -
HSV(B) 255.57º 0.54% 0.95% -
XYZ 32.95 23.43 86.01 -
YUV 135.1 187.76 134.35 -
System Red Green Blue C M Y K H S L
Decimal 144 110 241 0.40 0.54 0 0.05 255.57 0.82 0.69
Hex 90 6E F1 28 36 0 5 100 52 45
Octal 220 156 361 50 66 0 5 400 122 105
Binary 10010000 1101110 11110001 101000 110110 0 101 100000000 1010010 1000101

Color Harmonies of #906EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906EF1

Black with #906EF1

Text Example


Text Example

White with #906EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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