#836CBB

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

Shades of True V #836CBB

Tints of True V #836CBB

Color information

#836CBB (or 0x836CBB) is unknown color: approx True V. HEX triplet: 83, 6C and BB. RGB value is (131,108,187). Sum of RGB (Red+Green+Blue) = 131+108+187=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 108 (42.58% from 255 or 25.35% 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 #836CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CBB is #7C9344. Grayscale: #7B7B7B. Windows color (decimal): -8164165 or 12283011. OLE color: 12283011.

HSL color Cylindrical-coordinate representation of color #836CBB: hue angle of 257.47º 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 #836CBB is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131108187-
CMYK0.300.4200.27
HSL257.47º36.74%57.84%-
HSV(B)257.47º42.25%73.33%-
XYZ23.6919.1449.46-
YUV123.88163.62133.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 108 (42.58% from 255) = 25.35%
BLUE value IS 187 (73.44% from 255) = 43.90%
R=30.75%
G=25.35%
B=43.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311081870.300.4200.27257.4736.7457.84
Hex836CBB1E2A01B101253a
Octal20315427336520334014572
Binary1000001111011001011101111110101010011011100000001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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