Html Css Color HEX #836FBE True V

📋 copy color: '#836FBE'

red 131 ◦ green 111 ◦ blue 190

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

Shades of True V #836FBE

Tints of True V #836FBE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.69%

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 30.32%
G = 25.69%
B = 43.98%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#836FBE (or 0x836FBE) is known color: True V. HEX triplet: 83, 6F and BE. RGB value is (131,111,190). Sum of RGB (Red+Green+Blue) = 131+111+190=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #836FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FBE is #7C9041. Grayscale: #7D7D7D. Windows color (decimal): -8163394 or 12480387. OLE color: 12480387.

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

Color convert

RGB 131 111 190 -
CMYK 0.31 0.42 0 0.25
HSL 255.19º 0.38% 0.59% -
HSV(B) 255.19º 0.42% 0.75% -
XYZ 24.34 19.91 51.28 -
YUV 125.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 131 111 190 0.31 0.42 0 0.25 255.19 0.38 0.59
Hex 83 6F BE 1F 2A 0 19 FF 26 3B
Octal 203 157 276 37 52 0 31 377 46 73
Binary 10000011 1101111 10111110 11111 101010 0 11001 11111111 100110 111011

Color Harmonies of #836FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FBE

Black with #836FBE

Text Example


Text Example

White with #836FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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