#836FBB

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

Shades of True V #836FBB

Tints of True V #836FBB

Color information

#836FBB (or 0x836FBB) is unknown color: approx True V. HEX triplet: 83, 6F and BB. RGB value is (131,111,187). Sum of RGB (Red+Green+Blue) = 131+111+187=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #836FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FBB is #7C9044. Grayscale: #7D7D7D. Windows color (decimal): -8163397 or 12283779. OLE color: 12283779.

HSL color Cylindrical-coordinate representation of color #836FBB: hue angle of 255.79º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #836FBB is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131111187-
CMYK0.300.4100.27
HSL255.79º35.85%58.43%-
HSV(B)255.79º40.64%73.33%-
XYZ24.0119.7849.57-
YUV125.64162.63131.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.54%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 187 (73.44% from 255) = 43.59%
R=30.54%
G=25.87%
B=43.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311111870.300.4100.27255.7935.8558.43
Hex836FBB1E2901B100243a
Octal20315727336510334004472
Binary1000001111011111011101111110101001011011100000000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836FBB; }

 p { color: rgb(131,111,187); }

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

<style>
 a { background-color: #836FBB; }

 a { background-color: rgb(131,111,187); }

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

<style>
 span { border-color: #836FBB; }

 span { border-color: rgb(131,111,187); }

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