Html Css Color HEX #906FF1 Light Slate Blue

📋 copy color: '#906FF1'

red 144 ◦ green 111 ◦ blue 241

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

Shades of Light Slate Blue #906FF1

Tints of Light Slate Blue #906FF1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.38%

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

R = 29.03%
G = 22.38%
B = 48.59%

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

#906FF1 (or 0x906FF1) is known color: Light Slate Blue. HEX triplet: 90, 6F and F1. RGB value is (144,111,241). Sum of RGB (Red+Green+Blue) = 144+111+241=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #906FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906FF1 is #6F900E. Grayscale: #878787. Windows color (decimal): -7311375 or 15822736. OLE color: 15822736.

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

Color convert

RGB 144 111 241 -
CMYK 0.40 0.54 0 0.05
HSL 255.23º 0.82% 0.69% -
HSV(B) 255.23º 0.54% 0.95% -
XYZ 33.06 23.65 86.04 -
YUV 135.69 187.43 133.93 -
System Red Green Blue C M Y K H S L
Decimal 144 111 241 0.40 0.54 0 0.05 255.23 0.82 0.69
Hex 90 6F F1 28 36 0 5 FF 52 45
Octal 220 157 361 50 66 0 5 377 122 105
Binary 10010000 1101111 11110001 101000 110110 0 101 11111111 1010010 1000101

Color Harmonies of #906FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906FF1

Black with #906FF1

Text Example


Text Example

White with #906FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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