Html Css Color HEX #906FF2 Light Slate Blue

📋 copy color: '#906FF2'

red 144 ◦ green 111 ◦ blue 242

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

Shades of Light Slate Blue #906FF2

Tints of Light Slate Blue #906FF2

RGB

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

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

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

R = 28.97%
G = 22.33%
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

#906FF2 (or 0x906FF2) is known color: Light Slate Blue. HEX triplet: 90, 6F and F2. RGB value is (144,111,242). Sum of RGB (Red+Green+Blue) = 144+111+242=497 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.97% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #906FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906FF2 is #6F900D. Grayscale: #878787. Windows color (decimal): -7311374 or 15888272. OLE color: 15888272.

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

Color convert

RGB 144 111 242 -
CMYK 0.40 0.54 0 0.05
HSL 255.11º 0.83% 0.69% -
HSV(B) 255.11º 0.54% 0.95% -
XYZ 33.21 23.71 86.83 -
YUV 135.8 187.93 133.85 -
System Red Green Blue C M Y K H S L
Decimal 144 111 242 0.40 0.54 0 0.05 255.11 0.83 0.69
Hex 90 6F F2 28 36 0 5 FF 53 45
Octal 220 157 362 50 66 0 5 377 123 105
Binary 10010000 1101111 11110010 101000 110110 0 101 11111111 1010011 1000101

Color Harmonies of #906FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906FF2

Black with #906FF2

Text Example


Text Example

White with #906FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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