#8c72f8

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

Shades of Light Slate Blue #8C72F8

Tints of Light Slate Blue #8C72F8

Color information

#8C72F8 (or 0x8C72F8) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 72 and F8. RGB value is (140,114,248). Sum of RGB (Red+Green+Blue) = 140+114+248=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #8C72F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C72F8 is #738D07. Grayscale: #888888. Windows color (decimal): -7572744 or 16282252. OLE color: 16282252.

HSL color Cylindrical-coordinate representation of color #8C72F8: hue angle of 251.64º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C72F8 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB140114248-
CMYK0.440.5400.03
HSL251.64º90.54%70.98%-
HSV(B)251.64º54.03%97.25%-
XYZ33.7824.3991.73-
YUV137.05190.61130.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.89%
GREEN value IS 114 (44.92% from 255) = 22.71%
BLUE value IS 248 (97.27% from 255) = 49.40%
R=27.89%
G=22.71%
B=49.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1401142480.440.5400.03251.6490.5470.98
Hex8C72F82C3603fc5b47
Octal214162370546603374133107
Binary100011001110010111110001011001101100111111110010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c72f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,114,248); }

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

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

 a { background-color: rgb(140,114,248); }

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

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

 span { border-color: rgb(140,114,248); }

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