#908CFA

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

Shades of Light Slate Blue #908CFA

Tints of Light Slate Blue #908CFA

Color information

#908CFA (or 0x908CFA) is unknown color: approx Light Slate Blue. HEX triplet: 90, 8C and FA. RGB value is (144,140,250). Sum of RGB (Red+Green+Blue) = 144+140+250=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #908CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908CFA is #6F7305. Grayscale: #999999. Windows color (decimal): -7303942 or 16419984. OLE color: 16419984.

HSL color Cylindrical-coordinate representation of color #908CFA: hue angle of 242.18º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #908CFA is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144140250-
CMYK0.420.4400.02
HSL242.18º91.67%76.47%-
HSV(B)242.18º44%98.04%-
XYZ38.1431.5994.53-
YUV153.74182.33121.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.97%
GREEN value IS 140 (55.08% from 255) = 26.22%
BLUE value IS 250 (98.05% from 255) = 46.82%
R=26.97%
G=26.22%
B=46.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441402500.420.4400.02242.1891.6776.47
Hex908CFA2A2C02f25c4c
Octal220214372525402362134114
Binary1001000010001100111110101010101011000101111001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,140,250); }

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

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

 a { background-color: rgb(144,140,250); }

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

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

 span { border-color: rgb(144,140,250); }

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