#846DBA

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

Shades of True V #846DBA

Tints of True V #846DBA

Color information

#846DBA (or 0x846DBA) is unknown color: approx True V. HEX triplet: 84, 6D and BA. RGB value is (132,109,186). Sum of RGB (Red+Green+Blue) = 132+109+186=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #846DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846DBA is #7B9245. Grayscale: #7C7C7C. Windows color (decimal): -8098374 or 12217732. OLE color: 12217732.

HSL color Cylindrical-coordinate representation of color #846DBA: hue angle of 257.92º 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 #846DBA is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132109186-
CMYK0.290.4100.27
HSL257.92º35.81%57.84%-
HSV(B)257.92º41.4%72.94%-
XYZ23.8519.3948.94-
YUV124.66162.62133.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.91%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=30.91%
G=25.53%
B=43.56%

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
Decimal1321091860.290.4100.27257.9235.8157.84
Hex846DBA1D2901B102243a
Octal20415527235510334024472
Binary1000010011011011011101011101101001011011100000010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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