#8C72FD

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

Shades of Light Slate Blue #8C72FD

Tints of Light Slate Blue #8C72FD

Color information

#8C72FD (or 0x8C72FD) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 72 and FD. RGB value is (140,114,253). Sum of RGB (Red+Green+Blue) = 140+114+253=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C72FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C72FD is #738D02. Grayscale: #898989. Windows color (decimal): -7572739 or 16609932. OLE color: 16609932.

HSL color Cylindrical-coordinate representation of color #8C72FD: hue angle of 251.22º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C72FD is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB140114253-
CMYK0.450.5500.01
HSL251.22º97.2%71.96%-
HSV(B)251.22º54.94%99.22%-
XYZ34.5624.795.87-
YUV137.62193.11129.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.61%
GREEN value IS 114 (44.92% from 255) = 22.49%
BLUE value IS 253 (99.22% from 255) = 49.90%
R=27.61%
G=22.49%
B=49.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1401142530.450.5500.01251.2297.271.96
Hex8C72FD2D3701fb6148
Octal214162375556701373141110
Binary10001100111001011111101101101110111011111101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C72FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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