#906FF0

Color #906FF0 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #906FF0

Tints of Light Slate Blue #906FF0

Color information

#906FF0 (or 0x906FF0) is unknown color: approx Light Slate Blue. HEX triplet: 90, 6F and F0. RGB value is (144,111,240). Sum of RGB (Red+Green+Blue) = 144+111+240=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #906FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906FF0 is #6F900F. Grayscale: #878787. Windows color (decimal): -7311376 or 15757200. OLE color: 15757200.

HSL color Cylindrical-coordinate representation of color #906FF0: hue angle of 255.35º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #906FF0 is Cyan = 0.4, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB144111240-
CMYK0.40.5400.06
HSL255.35º81.13%68.82%-
HSV(B)255.35º53.75%94.12%-
XYZ32.9123.5985.26-
YUV135.57186.93134.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.09%
GREEN value IS 111 (43.75% from 255) = 22.42%
BLUE value IS 240 (94.14% from 255) = 48.48%
R=29.09%
G=22.42%
B=48.48%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441112400.40.5400.06255.3581.1368.82
Hex906FF0283606ff5145
Octal220157360506606377121105
Binary1001000011011111111000010100011011001101111111110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #906FF0;
 }
 .AnyTagClassName
 {
   color: #906FF0;
 }
</style>
background-color css

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

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

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

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

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

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