#836bb8

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

Shades of True V #836BB8

Tints of True V #836BB8

Color information

#836BB8 (or 0x836BB8) is unknown color: approx True V. HEX triplet: 83, 6B and B8. RGB value is (131,107,184). Sum of RGB (Red+Green+Blue) = 131+107+184=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 184 - color contains mainly: blue. Hex color #836BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BB8 is #7C9447. Grayscale: #7A7A7A. Windows color (decimal): -8164424 or 12086147. OLE color: 12086147.

HSL color Cylindrical-coordinate representation of color #836BB8: hue angle of 258.7º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #836BB8 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB131107184-
CMYK0.290.4200.28
HSL258.7º35.16%57.06%-
HSV(B)258.7º41.85%72.16%-
XYZ23.2718.847.75-
YUV122.95162.45133.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.04%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 184 (72.27% from 255) = 43.60%
R=31.04%
G=25.36%
B=43.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1311071840.290.4200.28258.735.1657.06
Hex836BB81D2A01C1032339
Octal20315327035520344034371
Binary1000001111010111011100011101101010011100100000011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836bb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,107,184); }

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

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

 a { background-color: rgb(131,107,184); }

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

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

 span { border-color: rgb(131,107,184); }

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