#8466CD

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

Shades of True V #8466CD

Tints of True V #8466CD

Color information

#8466CD (or 0x8466CD) is unknown color: approx True V. HEX triplet: 84, 66 and CD. RGB value is (132,102,205). Sum of RGB (Red+Green+Blue) = 132+102+205=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 102 (40.23% from 255 or 23.23% 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 #8466CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8466CD is #7B9932. Grayscale: #7A7A7A. Windows color (decimal): -8100147 or 13461124. OLE color: 13461124.

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

Color convert

RGB132102205-
CMYK0.360.5000.20
HSL257.48º50.74%60.2%-
HSV(B)257.48º50.24%80.39%-
XYZ25.2918.8260.06-
YUV122.71174.44134.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.07%
GREEN value IS 102 (40.23% from 255) = 23.23%
BLUE value IS 205 (80.47% from 255) = 46.70%
R=30.07%
G=23.23%
B=46.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321022050.360.5000.20257.4850.7460.2
Hex8466CD2432014101333c
Octal20414631544620244016374
Binary10000100110011011001101100100110010010100100000001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8466CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,102,205); }

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

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

 a { background-color: rgb(132,102,205); }

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

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

 span { border-color: rgb(132,102,205); }

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