#8664CD

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

Shades of True V #8664CD

Tints of True V #8664CD

Color information

#8664CD (or 0x8664CD) is unknown color: approx True V. HEX triplet: 86, 64 and CD. RGB value is (134,100,205). Sum of RGB (Red+Green+Blue) = 134+100+205=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #8664CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8664CD is #799B32. Grayscale: #797979. Windows color (decimal): -7969587 or 13460614. OLE color: 13460614.

HSL color Cylindrical-coordinate representation of color #8664CD: hue angle of 259.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8664CD is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134100205-
CMYK0.350.5100.20
HSL259.43º51.22%59.8%-
HSV(B)259.43º51.22%80.39%-
XYZ25.4118.5960.01-
YUV122.14174.76136.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.52%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 205 (80.47% from 255) = 46.70%
R=30.52%
G=22.78%
B=46.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341002050.350.5100.20259.4351.2259.8
Hex8664CD2333014103333c
Octal20614431543630244036374
Binary10000110110010011001101100011110011010100100000011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8664CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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