#8869CD

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

Shades of True V #8869CD

Tints of True V #8869CD

Color information

#8869CD (or 0x8869CD) is unknown color: approx True V. HEX triplet: 88, 69 and CD. RGB value is (136,105,205). Sum of RGB (Red+Green+Blue) = 136+105+205=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #8869CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8869CD is #779632. Grayscale: #7D7D7D. Windows color (decimal): -7837235 or 13461896. OLE color: 13461896.

HSL color Cylindrical-coordinate representation of color #8869CD: hue angle of 258.6º 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 #8869CD is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136105205-
CMYK0.340.4900.20
HSL258.6º50%60.78%-
HSV(B)258.6º48.78%80.39%-
XYZ26.2219.7560.19-
YUV125.67172.77135.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.49%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=30.49%
G=23.54%
B=45.96%

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
Decimal1361052050.340.4900.20258.65060.78
Hex8869CD2231014103323d
Octal21015131542610244036275
Binary10001000110100111001101100010110001010100100000011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8869CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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