#846BBE

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

Shades of True V #846BBE

Tints of True V #846BBE

Color information

#846BBE (or 0x846BBE) is unknown color: approx True V. HEX triplet: 84, 6B and BE. RGB value is (132,107,190). Sum of RGB (Red+Green+Blue) = 132+107+190=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #846BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BBE is #7B9441. Grayscale: #7B7B7B. Windows color (decimal): -8098882 or 12479364. OLE color: 12479364.

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

Color convert

RGB132107190-
CMYK0.310.4400.25
HSL258.07º38.97%58.24%-
HSV(B)258.07º43.68%74.51%-
XYZ24.0719.1451.14-
YUV123.94165.28133.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.77%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=30.77%
G=24.94%
B=44.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321071900.310.4400.25258.0738.9758.24
Hex846BBE1F2C019102273a
Octal20415327637540314024772
Binary1000010011010111011111011111101100011001100000010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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