#846EBA

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

Shades of True V #846EBA

Tints of True V #846EBA

Color information

#846EBA (or 0x846EBA) is unknown color: approx True V. HEX triplet: 84, 6E and BA. RGB value is (132,110,186). Sum of RGB (Red+Green+Blue) = 132+110+186=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #846EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846EBA is #7B9145. Grayscale: #7C7C7C. Windows color (decimal): -8098118 or 12217988. OLE color: 12217988.

HSL color Cylindrical-coordinate representation of color #846EBA: hue angle of 257.37º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #846EBA is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132110186-
CMYK0.290.4100.27
HSL257.37º35.51%58.04%-
HSV(B)257.37º40.86%72.94%-
XYZ23.9519.648.98-
YUV125.24162.29132.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.84%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=30.84%
G=25.70%
B=43.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321101860.290.4100.27257.3735.5158.04
Hex846EBA1D2901B101243a
Octal20415627235510334014472
Binary1000010011011101011101011101101001011011100000001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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