#8B90FC

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

Shades of Light Slate Blue #8B90FC

Tints of Light Slate Blue #8B90FC

Color information

#8B90FC (or 0x8B90FC) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 90 and FC. RGB value is (139,144,252). Sum of RGB (Red+Green+Blue) = 139+144+252=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 144 (56.64% from 255 or 26.92% 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 #8B90FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B90FC is #746F03. Grayscale: #9A9A9A. Windows color (decimal): -7630596 or 16552075. OLE color: 16552075.

HSL color Cylindrical-coordinate representation of color #8B90FC: hue angle of 237.35º 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 #8B90FC is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139144252-
CMYK0.450.4300.01
HSL237.35º94.96%76.67%-
HSV(B)237.35º44.84%98.82%-
XYZ38.1932.4696.35-
YUV154.82182.84116.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391442520.450.4300.01237.3594.9676.67
Hex8B90FC2D2B01ed5f4d
Octal213220374555301355137115
Binary100010111001000011111100101101101011011110110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B90FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B90FC; }

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

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

<style>
 a { background-color: #8B90FC; }

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

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

<style>
 span { border-color: #8B90FC; }

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

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