#908AF2

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

Shades of Light Slate Blue #908AF2

Tints of Light Slate Blue #908AF2

Color information

#908AF2 (or 0x908AF2) is unknown color: approx Light Slate Blue. HEX triplet: 90, 8A and F2. RGB value is (144,138,242). Sum of RGB (Red+Green+Blue) = 144+138+242=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #908AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908AF2 is #6F750D. Grayscale: #979797. Windows color (decimal): -7304462 or 15895184. OLE color: 15895184.

HSL color Cylindrical-coordinate representation of color #908AF2: hue angle of 243.46º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #908AF2 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144138242-
CMYK0.400.4300.05
HSL243.46º80%74.51%-
HSV(B)243.46º42.98%94.9%-
XYZ36.6230.5287.96-
YUV151.65178.99122.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.48%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 242 (94.92% from 255) = 46.18%
R=27.48%
G=26.34%
B=46.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441382420.400.4300.05243.468074.51
Hex908AF2282B05f3504b
Octal220212362505305363120113
Binary10010000100010101111001010100010101101011111001110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908AF2; }

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

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

<style>
 a { background-color: #908AF2; }

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

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

<style>
 span { border-color: #908AF2; }

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

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