#908BFC

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

Shades of Light Slate Blue #908BFC

Tints of Light Slate Blue #908BFC

Color information

#908BFC (or 0x908BFC) is unknown color: approx Light Slate Blue. HEX triplet: 90, 8B and FC. RGB value is (144,139,252). Sum of RGB (Red+Green+Blue) = 144+139+252=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #908BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908BFC is #6F7403. Grayscale: #989898. Windows color (decimal): -7304196 or 16550800. OLE color: 16550800.

HSL color Cylindrical-coordinate representation of color #908BFC: hue angle of 242.65º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #908BFC is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144139252-
CMYK0.430.4500.01
HSL242.65º94.96%76.67%-
HSV(B)242.65º44.84%98.82%-
XYZ38.331.4296.14-
YUV153.38183.66121.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.92%
GREEN value IS 139 (54.69% from 255) = 25.98%
BLUE value IS 252 (98.83% from 255) = 47.10%
R=26.92%
G=25.98%
B=47.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441392520.430.4500.01242.6594.9676.67
Hex908BFC2B2D01f35f4d
Octal220213374535501363137115
Binary100100001000101111111100101011101101011111001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,139,252); }

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

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

 a { background-color: rgb(144,139,252); }

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

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

 span { border-color: rgb(144,139,252); }

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