#8488FC

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

Shades of Light Slate Blue #8488FC

Tints of Light Slate Blue #8488FC

Color information

#8488FC (or 0x8488FC) is unknown color: approx Light Slate Blue. HEX triplet: 84, 88 and FC. RGB value is (132,136,252). Sum of RGB (Red+Green+Blue) = 132+136+252=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #8488FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8488FC is #7B7703. Grayscale: #939393. Windows color (decimal): -8091396 or 16550020. OLE color: 16550020.

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

Color convert

RGB132136252-
CMYK0.480.4600.01
HSL238º95.24%75.29%-
HSV(B)238º47.62%98.82%-
XYZ35.8929.5495.91-
YUV148.03186.67116.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.38%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 252 (98.83% from 255) = 48.46%
R=25.38%
G=26.15%
B=48.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321362520.480.4600.0123895.2475.29
Hex8488FC302E01ee5f4b
Octal204210374605601356137113
Binary100001001000100011111100110000101110011110111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8488FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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