#8880FC

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

Shades of Light Slate Blue #8880FC

Tints of Light Slate Blue #8880FC

Color information

#8880FC (or 0x8880FC) is unknown color: approx Light Slate Blue. HEX triplet: 88, 80 and FC. RGB value is (136,128,252). Sum of RGB (Red+Green+Blue) = 136+128+252=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #8880FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8880FC is #777F03. Grayscale: #909090. Windows color (decimal): -7831300 or 16547976. OLE color: 16547976.

HSL color Cylindrical-coordinate representation of color #8880FC: hue angle of 243.87º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8880FC is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB136128252-
CMYK0.460.4900.01
HSL243.87º95.38%74.51%-
HSV(B)243.87º49.21%98.82%-
XYZ35.4427.795.57-
YUV144.53188.65121.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.36%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 252 (98.83% from 255) = 48.84%
R=26.36%
G=24.81%
B=48.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1361282520.460.4900.01243.8795.3874.51
Hex8880FC2E3101f45f4b
Octal210200374566101364137113
Binary100010001000000011111100101110110001011111010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8880FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8880FC; }

 p { color: rgb(136,128,252); }

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

<style>
 a { background-color: #8880FC; }

 a { background-color: rgb(136,128,252); }

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

<style>
 span { border-color: #8880FC; }

 span { border-color: rgb(136,128,252); }

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