#846CBB

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

Shades of True V #846CBB

Tints of True V #846CBB

Color information

#846CBB (or 0x846CBB) is unknown color: approx True V. HEX triplet: 84, 6C and BB. RGB value is (132,108,187). Sum of RGB (Red+Green+Blue) = 132+108+187=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #846CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846CBB is #7B9344. Grayscale: #7B7B7B. Windows color (decimal): -8098629 or 12283012. OLE color: 12283012.

HSL color Cylindrical-coordinate representation of color #846CBB: hue angle of 258.23º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #846CBB is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132108187-
CMYK0.290.4200.27
HSL258.23º36.74%57.84%-
HSV(B)258.23º42.25%73.33%-
XYZ23.8519.2249.47-
YUV124.18163.45133.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.91%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 187 (73.44% from 255) = 43.79%
R=30.91%
G=25.29%
B=43.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321081870.290.4200.27258.2336.7457.84
Hex846CBB1D2A01B102253a
Octal20415427335520334024572
Binary1000010011011001011101111101101010011011100000010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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