#846BCE

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

Shades of True V #846BCE

Tints of True V #846BCE

Color information

#846BCE (or 0x846BCE) is unknown color: approx True V. HEX triplet: 84, 6B and CE. RGB value is (132,107,206). Sum of RGB (Red+Green+Blue) = 132+107+206=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #846BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BCE is #7B9431. Grayscale: #7D7D7D. Windows color (decimal): -8098866 or 13527940. OLE color: 13527940.

HSL color Cylindrical-coordinate representation of color #846BCE: hue angle of 255.15º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #846BCE is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB132107206-
CMYK0.360.4800.19
HSL255.15º50.25%61.37%-
HSV(B)255.15º48.06%80.78%-
XYZ25.9119.8860.86-
YUV125.76173.28132.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.66%
GREEN value IS 107 (42.19% from 255) = 24.04%
BLUE value IS 206 (80.86% from 255) = 46.29%
R=29.66%
G=24.04%
B=46.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1321072060.360.4800.19255.1550.2561.37
Hex846BCE2430013ff323d
Octal20415331644600233776275
Binary1000010011010111100111010010011000001001111111111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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