#8669CD

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

Shades of True V #8669CD

Tints of True V #8669CD

Color information

#8669CD (or 0x8669CD) is unknown color: approx True V. HEX triplet: 86, 69 and CD. RGB value is (134,105,205). Sum of RGB (Red+Green+Blue) = 134+105+205=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #8669CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8669CD is #799632. Grayscale: #7C7C7C. Windows color (decimal): -7968307 or 13461894. OLE color: 13461894.

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

Color convert

RGB134105205-
CMYK0.350.4900.20
HSL257.4º50%60.78%-
HSV(B)257.4º48.78%80.39%-
XYZ25.919.5860.17-
YUV125.07173.11134.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.18%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 205 (80.47% from 255) = 46.17%
R=30.18%
G=23.65%
B=46.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341052050.350.4900.20257.45060.78
Hex8669CD2331014101323d
Octal20615131543610244016275
Binary10000110110100111001101100011110001010100100000001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8669CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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