#8875BC

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

Shades of True V #8875BC

Tints of True V #8875BC

Color information

#8875BC (or 0x8875BC) is unknown color: approx True V. HEX triplet: 88, 75 and BC. RGB value is (136,117,188). Sum of RGB (Red+Green+Blue) = 136+117+188=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #8875BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8875BC is #778A43. Grayscale: #828282. Windows color (decimal): -7834180 or 12350856. OLE color: 12350856.

HSL color Cylindrical-coordinate representation of color #8875BC: hue angle of 256.06º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8875BC is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136117188-
CMYK0.280.3800.26
HSL256.06º34.63%59.8%-
HSV(B)256.06º37.77%73.73%-
XYZ25.5921.5950.39-
YUV130.78160.29131.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.84%
GREEN value IS 117 (46.09% from 255) = 26.53%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=30.84%
G=26.53%
B=42.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361171880.280.3800.26256.0634.6359.8
Hex8875BC1C2601A100233c
Octal21016527434460324004374
Binary1000100011101011011110011100100110011010100000000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8875BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8875BC; }

 p { color: rgb(136,117,188); }

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

<style>
 a { background-color: #8875BC; }

 a { background-color: rgb(136,117,188); }

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

<style>
 span { border-color: #8875BC; }

 span { border-color: rgb(136,117,188); }

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