#8C7BBB

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

Shades of True V #8C7BBB

Tints of True V #8C7BBB

Color information

#8C7BBB (or 0x8C7BBB) is unknown color: approx True V. HEX triplet: 8C, 7B and BB. RGB value is (140,123,187). Sum of RGB (Red+Green+Blue) = 140+123+187=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C7BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7BBB is #738444. Grayscale: #878787. Windows color (decimal): -7570501 or 12286860. OLE color: 12286860.

HSL color Cylindrical-coordinate representation of color #8C7BBB: hue angle of 255.94º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C7BBB is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB140123187-
CMYK0.250.3400.27
HSL255.94º32%60.78%-
HSV(B)255.94º34.22%73.33%-
XYZ26.8723.3350.1-
YUV135.38157.13131.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.11%
GREEN value IS 123 (48.44% from 255) = 27.33%
BLUE value IS 187 (73.44% from 255) = 41.56%
R=31.11%
G=27.33%
B=41.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401231870.250.3400.27255.943260.78
Hex8C7BBB192201B100203d
Octal21417327331420334004075
Binary1000110011110111011101111001100010011011100000000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,123,187); }

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

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

 a { background-color: rgb(140,123,187); }

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

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

 span { border-color: rgb(140,123,187); }

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