#846BC0

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

Shades of True V #846BC0

Tints of True V #846BC0

Color information

#846BC0 (or 0x846BC0) is unknown color: approx True V. HEX triplet: 84, 6B and C0. RGB value is (132,107,192). Sum of RGB (Red+Green+Blue) = 132+107+192=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #846BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BC0 is #7B943F. Grayscale: #7B7B7B. Windows color (decimal): -8098880 or 12610436. OLE color: 12610436.

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

Color convert

RGB132107192-
CMYK0.310.4400.25
HSL257.65º40.28%58.63%-
HSV(B)257.65º44.27%75.29%-
XYZ24.2919.2352.3-
YUV124.16166.28133.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.63%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 192 (75.39% from 255) = 44.55%
R=30.63%
G=24.83%
B=44.55%

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
Decimal1321071920.310.4400.25257.6540.2858.63
Hex846BC01F2C019102283b
Octal20415330037540314025073
Binary1000010011010111100000011111101100011001100000010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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