#846BBB

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

Shades of True V #846BBB

Tints of True V #846BBB

Color information

#846BBB (or 0x846BBB) is unknown color: approx True V. HEX triplet: 84, 6B and BB. RGB value is (132,107,187). Sum of RGB (Red+Green+Blue) = 132+107+187=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #846BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BBB is #7B9444. Grayscale: #7B7B7B. Windows color (decimal): -8098885 or 12282756. OLE color: 12282756.

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

Color convert

RGB132107187-
CMYK0.290.4300.27
HSL258.75º37.04%57.65%-
HSV(B)258.75º42.78%73.33%-
XYZ23.7419.0149.43-
YUV123.59163.78134-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.99%
GREEN value IS 107 (42.19% from 255) = 25.12%
BLUE value IS 187 (73.44% from 255) = 43.90%
R=30.99%
G=25.12%
B=43.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321071870.290.4300.27258.7537.0457.65
Hex846BBB1D2B01B103253a
Octal20415327335530334034572
Binary1000010011010111011101111101101011011011100000011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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