#846FBC

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

Shades of True V #846FBC

Tints of True V #846FBC

Color information

#846FBC (or 0x846FBC) is unknown color: approx True V. HEX triplet: 84, 6F and BC. RGB value is (132,111,188). Sum of RGB (Red+Green+Blue) = 132+111+188=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #846FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846FBC is #7B9043. Grayscale: #7D7D7D. Windows color (decimal): -8097860 or 12349316. OLE color: 12349316.

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

Color convert

RGB132111188-
CMYK0.300.4100.26
HSL256.36º36.49%58.63%-
HSV(B)256.36º40.96%73.73%-
XYZ24.2819.9150.14-
YUV126.06162.96132.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.63%
GREEN value IS 111 (43.75% from 255) = 25.75%
BLUE value IS 188 (73.83% from 255) = 43.62%
R=30.63%
G=25.75%
B=43.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321111880.300.4100.26256.3636.4958.63
Hex846FBC1E2901A100243b
Octal20415727436510324004473
Binary1000010011011111011110011110101001011010100000000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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