#8873F4

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

Shades of Light Slate Blue #8873F4

Tints of Light Slate Blue #8873F4

Color information

#8873F4 (or 0x8873F4) is unknown color: approx Light Slate Blue. HEX triplet: 88, 73 and F4. RGB value is (136,115,244). Sum of RGB (Red+Green+Blue) = 136+115+244=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 244 - color contains mainly: blue. Hex color #8873F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8873F4 is #778C0B. Grayscale: #878787. Windows color (decimal): -7834636 or 16020360. OLE color: 16020360.

HSL color Cylindrical-coordinate representation of color #8873F4: hue angle of 249.77º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8873F4 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB136115244-
CMYK0.440.5300.04
HSL249.77º85.43%70.39%-
HSV(B)249.77º52.87%95.69%-
XYZ32.6124.0388.51-
YUV135.99188.96128.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.47%
GREEN value IS 115 (45.31% from 255) = 23.23%
BLUE value IS 244 (95.70% from 255) = 49.29%
R=27.47%
G=23.23%
B=49.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1361152440.440.5300.04249.7785.4370.39
Hex8873F42C3504fa5546
Octal210163364546504372125106
Binary1000100011100111111010010110011010101001111101010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8873F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8873F4; }

 p { color: rgb(136,115,244); }

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

<style>
 a { background-color: #8873F4; }

 a { background-color: rgb(136,115,244); }

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

<style>
 span { border-color: #8873F4; }

 span { border-color: rgb(136,115,244); }

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