#846FBE

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

Shades of True V #846FBE

Tints of True V #846FBE

Color information

#846FBE (or 0x846FBE) is unknown color: approx True V. HEX triplet: 84, 6F and BE. RGB value is (132,111,190). Sum of RGB (Red+Green+Blue) = 132+111+190=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #846FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846FBE is #7B9041. Grayscale: #7D7D7D. Windows color (decimal): -8097858 or 12480388. OLE color: 12480388.

HSL color Cylindrical-coordinate representation of color #846FBE: hue angle of 255.95º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #846FBE is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132111190-
CMYK0.310.4200.25
HSL255.95º37.8%59.02%-
HSV(B)255.95º41.58%74.51%-
XYZ24.4919.9951.28-
YUV126.28163.96132.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.48%
GREEN value IS 111 (43.75% from 255) = 25.64%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=30.48%
G=25.64%
B=43.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321111900.310.4200.25255.9537.859.02
Hex846FBE1F2A019100263b
Octal20415727637520314004673
Binary1000010011011111011111011111101010011001100000000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,111,190); }

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

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

 a { background-color: rgb(132,111,190); }

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

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

 span { border-color: rgb(132,111,190); }

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