#846EBD

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

Shades of True V #846EBD

Tints of True V #846EBD

Color information

#846EBD (or 0x846EBD) is unknown color: approx True V. HEX triplet: 84, 6E and BD. RGB value is (132,110,189). Sum of RGB (Red+Green+Blue) = 132+110+189=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #846EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846EBD is #7B9142. Grayscale: #7D7D7D. Windows color (decimal): -8098115 or 12414596. OLE color: 12414596.

HSL color Cylindrical-coordinate representation of color #846EBD: hue angle of 256.71º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #846EBD is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132110189-
CMYK0.300.4200.26
HSL256.71º37.44%58.63%-
HSV(B)256.71º41.8%74.12%-
XYZ24.2819.7350.67-
YUV125.58163.79132.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.63%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=30.63%
G=25.52%
B=43.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321101890.300.4200.26256.7137.4458.63
Hex846EBD1E2A01A101253b
Octal20415627536520324014573
Binary1000010011011101011110111110101010011010100000001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846EBD; }

 p { color: rgb(132,110,189); }

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

<style>
 a { background-color: #846EBD; }

 a { background-color: rgb(132,110,189); }

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

<style>
 span { border-color: #846EBD; }

 span { border-color: rgb(132,110,189); }

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