#8C7CBE

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

Shades of True V #8C7CBE

Tints of True V #8C7CBE

Color information

#8C7CBE (or 0x8C7CBE) is unknown color: approx True V. HEX triplet: 8C, 7C and BE. RGB value is (140,124,190). Sum of RGB (Red+Green+Blue) = 140+124+190=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C7CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7CBE is #738341. Grayscale: #888888. Windows color (decimal): -7570242 or 12483724. OLE color: 12483724.

HSL color Cylindrical-coordinate representation of color #8C7CBE: hue angle of 254.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C7CBE is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140124190-
CMYK0.260.3500.25
HSL254.55º33.67%61.57%-
HSV(B)254.55º34.74%74.51%-
XYZ27.3223.7151.85-
YUV136.31158.3130.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.84%
GREEN value IS 124 (48.83% from 255) = 27.31%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=30.84%
G=27.31%
B=41.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401241900.260.3500.25254.5533.6761.57
Hex8C7CBE1A23019ff223e
Octal21417427632430313774276
Binary100011001111100101111101101010001101100111111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,124,190); }

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

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

 a { background-color: rgb(140,124,190); }

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

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

 span { border-color: rgb(140,124,190); }

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