Html Css Color HEX #836CBA True V

📋 copy color: '#836CBA'

red 131 ◦ green 108 ◦ blue 186

#836CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #836CBA

Tints of True V #836CBA

RGB

 RED value IS 131 (51.56% from 255) = 30.82%

 GREEN value IS 108 (42.58% from 255) = 25.41%

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 30.82%
G = 25.41%
B = 43.76%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#836CBA (or 0x836CBA) is known color: True V. HEX triplet: 83, 6C and BA. RGB value is (131,108,186). Sum of RGB (Red+Green+Blue) = 131+108+186=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #836CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CBA is #7C9345. Grayscale: #7B7B7B. Windows color (decimal): -8164166 or 12217475. OLE color: 12217475.

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

Color convert

RGB 131 108 186 -
CMYK 0.30 0.42 0 0.27
HSL 257.69º 0.36% 0.58% -
HSV(B) 257.69º 0.42% 0.73% -
XYZ 23.59 19.1 48.9 -
YUV 123.77 163.12 133.16 -
System Red Green Blue C M Y K H S L
Decimal 131 108 186 0.30 0.42 0 0.27 257.69 0.36 0.58
Hex 83 6C BA 1E 2A 0 1B 102 24 3A
Octal 203 154 272 36 52 0 33 402 44 72
Binary 10000011 1101100 10111010 11110 101010 0 11011 100000010 100100 111010

Color Harmonies of #836CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CBA

Black with #836CBA

Text Example


Text Example

White with #836CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #836CBA;
 }
 .AnyTagClassName
 {
   color: #836CBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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