Html Css Color HEX #836DBD True V

📋 copy color: '#836DBD'

red 131 ◦ green 109 ◦ blue 189

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

Shades of True V #836DBD

Tints of True V #836DBD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.41%

 BLUE value IS 189 (74.22% from 255) = 44.06%

R = 30.54%
G = 25.41%
B = 44.06%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#836DBD (or 0x836DBD) is known color: True V. HEX triplet: 83, 6D and BD. RGB value is (131,109,189). Sum of RGB (Red+Green+Blue) = 131+109+189=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #836DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DBD is #7C9242. Grayscale: #7C7C7C. Windows color (decimal): -8163907 or 12414339. OLE color: 12414339.

HSL color Cylindrical-coordinate representation of color #836DBD: hue angle of 256.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #836DBD is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 109 189 -
CMYK 0.31 0.42 0 0.26
HSL 256.5º 0.38% 0.58% -
HSV(B) 256.5º 0.42% 0.74% -
XYZ 24.01 19.44 50.63 -
YUV 124.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 131 109 189 0.31 0.42 0 0.26 256.5 0.38 0.58
Hex 83 6D BD 1F 2A 0 1A 100 26 3A
Octal 203 155 275 37 52 0 32 400 46 72
Binary 10000011 1101101 10111101 11111 101010 0 11010 100000000 100110 111010

Color Harmonies of #836DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DBD

Black with #836DBD

Text Example


Text Example

White with #836DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,109,189); }

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

background-color css

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

 a { background-color: rgb(131,109,189); }

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

border-color css

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

 span { border-color: rgb(131,109,189); }

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