#846DBD

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

Shades of True V #846DBD

Tints of True V #846DBD

Color information

#846DBD (or 0x846DBD) is unknown color: approx True V. HEX triplet: 84, 6D and BD. RGB value is (132,109,189). Sum of RGB (Red+Green+Blue) = 132+109+189=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #846DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846DBD is #7B9242. Grayscale: #7C7C7C. Windows color (decimal): -8098371 or 12414340. OLE color: 12414340.

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

Color convert

RGB132109189-
CMYK0.300.4200.26
HSL257.25º37.74%58.43%-
HSV(B)257.25º42.33%74.12%-
XYZ24.1719.5250.64-
YUV125164.12133-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.70%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=30.70%
G=25.35%
B=43.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321091890.300.4200.26257.2537.7458.43
Hex846DBD1E2A01A101263a
Octal20415527536520324014672
Binary1000010011011011011110111110101010011010100000001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,109,189); }

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

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

 a { background-color: rgb(132,109,189); }

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

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

 span { border-color: rgb(132,109,189); }

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