#866ACD

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

Shades of True V #866ACD

Tints of True V #866ACD

Color information

#866ACD (or 0x866ACD) is unknown color: approx True V. HEX triplet: 86, 6A and CD. RGB value is (134,106,205). Sum of RGB (Red+Green+Blue) = 134+106+205=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 106 (41.80% from 255 or 23.82% 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 #866ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866ACD is #799532. Grayscale: #7D7D7D. Windows color (decimal): -7968051 or 13462150. OLE color: 13462150.

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

Color convert

RGB134106205-
CMYK0.350.4800.20
HSL256.97º49.75%60.98%-
HSV(B)256.97º48.29%80.39%-
XYZ2619.7860.21-
YUV125.66172.78133.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 106 (41.80% from 255) = 23.82%
BLUE value IS 205 (80.47% from 255) = 46.07%
R=30.11%
G=23.82%
B=46.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341062050.350.4800.20256.9749.7560.98
Hex866ACD2330014101323d
Octal20615231543600244016275
Binary10000110110101011001101100011110000010100100000001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866ACD; }

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

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

<style>
 a { background-color: #866ACD; }

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

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

<style>
 span { border-color: #866ACD; }

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

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