#8872FA

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

Shades of Light Slate Blue #8872FA

Tints of Light Slate Blue #8872FA

Color information

#8872FA (or 0x8872FA) is unknown color: approx Light Slate Blue. HEX triplet: 88, 72 and FA. RGB value is (136,114,250). Sum of RGB (Red+Green+Blue) = 136+114+250=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #8872FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8872FA is #778D05. Grayscale: #878787. Windows color (decimal): -7834886 or 16413320. OLE color: 16413320.

HSL color Cylindrical-coordinate representation of color #8872FA: hue angle of 249.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8872FA is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136114250-
CMYK0.460.5400.02
HSL249.71º93.15%71.37%-
HSV(B)249.71º54.4%98.04%-
XYZ33.4324.1793.35-
YUV136.08192.29127.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.2%
GREEN value IS 114 (44.92% from 255) = 22.8%
BLUE value IS 250 (98.05% from 255) = 50%
R=27.2%
G=22.8%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361142500.460.5400.02249.7193.1571.37
Hex8872FA2E3602fa5d47
Octal210162372566602372135107
Binary100010001110010111110101011101101100101111101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8872FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8872FA; }

 p { color: rgb(136,114,250); }

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

<style>
 a { background-color: #8872FA; }

 a { background-color: rgb(136,114,250); }

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

<style>
 span { border-color: #8872FA; }

 span { border-color: rgb(136,114,250); }

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