#8871CE

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

Shades of True V #8871CE

Tints of True V #8871CE

Color information

#8871CE (or 0x8871CE) is unknown color: approx True V. HEX triplet: 88, 71 and CE. RGB value is (136,113,206). Sum of RGB (Red+Green+Blue) = 136+113+206=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #8871CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8871CE is #778E31. Grayscale: #828282. Windows color (decimal): -7835186 or 13529480. OLE color: 13529480.

HSL color Cylindrical-coordinate representation of color #8871CE: hue angle of 254.84º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8871CE is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136113206-
CMYK0.340.4500.19
HSL254.84º48.69%62.55%-
HSV(B)254.84º45.15%80.78%-
XYZ27.221.561.11-
YUV130.48170.62131.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.89%
GREEN value IS 113 (44.53% from 255) = 24.84%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=29.89%
G=24.84%
B=45.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361132060.340.4500.19254.8448.6962.55
Hex8871CE222D013ff313f
Octal21016131642550233776177
Binary1000100011100011100111010001010110101001111111111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8871CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8871CE; }

 p { color: rgb(136,113,206); }

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

<style>
 a { background-color: #8871CE; }

 a { background-color: rgb(136,113,206); }

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

<style>
 span { border-color: #8871CE; }

 span { border-color: rgb(136,113,206); }

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