#846CBE

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

Shades of True V #846CBE

Tints of True V #846CBE

Color information

#846CBE (or 0x846CBE) is unknown color: approx True V. HEX triplet: 84, 6C and BE. RGB value is (132,108,190). Sum of RGB (Red+Green+Blue) = 132+108+190=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #846CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846CBE is #7B9341. Grayscale: #7C7C7C. Windows color (decimal): -8098626 or 12479620. OLE color: 12479620.

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

Color convert

RGB132108190-
CMYK0.310.4300.25
HSL257.56º38.68%58.43%-
HSV(B)257.56º43.16%74.51%-
XYZ24.1719.3551.18-
YUV124.52164.95133.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.70%
GREEN value IS 108 (42.58% from 255) = 25.12%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=30.70%
G=25.12%
B=44.19%

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
Decimal1321081900.310.4300.25257.5638.6858.43
Hex846CBE1F2B019102273a
Octal20415427637530314024772
Binary1000010011011001011111011111101011011001100000010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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