#8B77CD

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

Shades of True V #8B77CD

Tints of True V #8B77CD

Color information

#8B77CD (or 0x8B77CD) is unknown color: approx True V. HEX triplet: 8B, 77 and CD. RGB value is (139,119,205). Sum of RGB (Red+Green+Blue) = 139+119+205=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B77CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B77CD is #748832. Grayscale: #868686. Windows color (decimal): -7637043 or 13465483. OLE color: 13465483.

HSL color Cylindrical-coordinate representation of color #8B77CD: hue angle of 253.95º 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 #8B77CD is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139119205-
CMYK0.320.4200.20
HSL253.95º46.24%63.53%-
HSV(B)253.95º41.95%80.39%-
XYZ28.2623.0960.72-
YUV134.78167.63131.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.02%
GREEN value IS 119 (46.88% from 255) = 25.70%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=30.02%
G=25.70%
B=44.28%

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
Decimal1391192050.320.4200.20253.9546.2463.53
Hex8B77CD202A014fe2e40
Octal213167315405202437656100
Binary10001011111011111001101100000101010010100111111101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B77CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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