#8769CD

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

Shades of True V #8769CD

Tints of True V #8769CD

Color information

#8769CD (or 0x8769CD) is unknown color: approx True V. HEX triplet: 87, 69 and CD. RGB value is (135,105,205). Sum of RGB (Red+Green+Blue) = 135+105+205=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #8769CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8769CD is #789632. Grayscale: #7C7C7C. Windows color (decimal): -7902771 or 13461895. OLE color: 13461895.

HSL color Cylindrical-coordinate representation of color #8769CD: hue angle of 258º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8769CD is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135105205-
CMYK0.340.4900.20
HSL258º50%60.78%-
HSV(B)258º48.78%80.39%-
XYZ26.0619.6660.18-
YUV125.37172.94134.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.34%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 205 (80.47% from 255) = 46.07%
R=30.34%
G=23.60%
B=46.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351052050.340.4900.202585060.78
Hex8769CD2231014102323d
Octal20715131542610244026275
Binary10000111110100111001101100010110001010100100000010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8769CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8769CD; }

 p { color: rgb(135,105,205); }

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

<style>
 a { background-color: #8769CD; }

 a { background-color: rgb(135,105,205); }

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

<style>
 span { border-color: #8769CD; }

 span { border-color: rgb(135,105,205); }

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