#846CBF

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

Shades of True V #846CBF

Tints of True V #846CBF

Color information

#846CBF (or 0x846CBF) is unknown color: approx True V. HEX triplet: 84, 6C and BF. RGB value is (132,108,191). Sum of RGB (Red+Green+Blue) = 132+108+191=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #846CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846CBF is #7B9340. Grayscale: #7C7C7C. Windows color (decimal): -8098625 or 12545156. OLE color: 12545156.

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

Color convert

RGB132108191-
CMYK0.310.4300.25
HSL257.35º39.34%58.63%-
HSV(B)257.35º43.46%74.9%-
XYZ24.2819.3951.75-
YUV124.64165.45133.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.63%
GREEN value IS 108 (42.58% from 255) = 25.06%
BLUE value IS 191 (75% from 255) = 44.32%
R=30.63%
G=25.06%
B=44.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321081910.310.4300.25257.3539.3458.63
Hex846CBF1F2B019101273b
Octal20415427737530314014773
Binary1000010011011001011111111111101011011001100000001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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