#8C79CD

Color #8C79CD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8C79CD

Tints of True V #8C79CD

Color information

#8C79CD (or 0x8C79CD) is unknown color: approx True V. HEX triplet: 8C, 79 and CD. RGB value is (140,121,205). Sum of RGB (Red+Green+Blue) = 140+121+205=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C79CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C79CD is #738632. Grayscale: #878787. Windows color (decimal): -7570995 or 13465996. OLE color: 13465996.

HSL color Cylindrical-coordinate representation of color #8C79CD: hue angle of 253.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C79CD is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140121205-
CMYK0.320.4100.20
HSL253.57º45.65%63.92%-
HSV(B)253.57º40.98%80.39%-
XYZ28.6723.6660.81-
YUV136.26166.79130.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.04%
GREEN value IS 121 (47.66% from 255) = 25.97%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=30.04%
G=25.97%
B=43.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401212050.320.4100.20253.5745.6563.92
Hex8C79CD2029014fe2e40
Octal214171315405102437656100
Binary10001100111100111001101100000101001010100111111101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,121,205); }

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

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

 a { background-color: rgb(140,121,205); }

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

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

 span { border-color: rgb(140,121,205); }

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