#846CBA

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

Shades of True V #846CBA

Tints of True V #846CBA

Color information

#846CBA (or 0x846CBA) is unknown color: approx True V. HEX triplet: 84, 6C and BA. RGB value is (132,108,186). Sum of RGB (Red+Green+Blue) = 132+108+186=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #846CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846CBA is #7B9345. Grayscale: #7B7B7B. Windows color (decimal): -8098630 or 12217476. OLE color: 12217476.

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

Color convert

RGB132108186-
CMYK0.290.4200.27
HSL258.46º36.11%57.65%-
HSV(B)258.46º41.94%72.94%-
XYZ23.7419.1848.9-
YUV124.07162.95133.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.99%
GREEN value IS 108 (42.58% from 255) = 25.35%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=30.99%
G=25.35%
B=43.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321081860.290.4200.27258.4636.1157.65
Hex846CBA1D2A01B102243a
Octal20415427235520334024472
Binary1000010011011001011101011101101010011011100000010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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