#846FBF

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

Shades of True V #846FBF

Tints of True V #846FBF

Color information

#846FBF (or 0x846FBF) is unknown color: approx True V. HEX triplet: 84, 6F and BF. RGB value is (132,111,191). Sum of RGB (Red+Green+Blue) = 132+111+191=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #846FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846FBF is #7B9040. Grayscale: #7E7E7E. Windows color (decimal): -8097857 or 12545924. OLE color: 12545924.

HSL color Cylindrical-coordinate representation of color #846FBF: hue angle of 255.75º 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 #846FBF is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132111191-
CMYK0.310.4200.25
HSL255.75º38.46%59.22%-
HSV(B)255.75º41.88%74.9%-
XYZ24.620.0451.86-
YUV126.4164.46132-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.41%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 191 (75% from 255) = 44.01%
R=30.41%
G=25.58%
B=44.01%

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
Decimal1321111910.310.4200.25255.7538.4659.22
Hex846FBF1F2A019100263b
Octal20415727737520314004673
Binary1000010011011111011111111111101010011001100000000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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