#8C77CD

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

Shades of True V #8C77CD

Tints of True V #8C77CD

Color information

#8C77CD (or 0x8C77CD) is unknown color: approx True V. HEX triplet: 8C, 77 and CD. RGB value is (140,119,205). Sum of RGB (Red+Green+Blue) = 140+119+205=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C77CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C77CD is #738832. Grayscale: #868686. Windows color (decimal): -7571507 or 13465484. OLE color: 13465484.

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

Color convert

RGB140119205-
CMYK0.320.4200.20
HSL254.65º46.24%63.53%-
HSV(B)254.65º41.95%80.39%-
XYZ28.4323.1860.73-
YUV135.08167.46131.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.17%
GREEN value IS 119 (46.88% from 255) = 25.65%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=30.17%
G=25.65%
B=44.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401192050.320.4200.20254.6546.2463.53
Hex8C77CD202A014ff2e40
Octal214167315405202437756100
Binary10001100111011111001101100000101010010100111111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C77CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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