Html Css Color HEX #836FBB True V

📋 copy color: '#836FBB'

red 131 ◦ green 111 ◦ blue 187

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

Shades of True V #836FBB

Tints of True V #836FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.59%

R = 30.54%
G = 25.87%
B = 43.59%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#836FBB (or 0x836FBB) is known color: True V. HEX triplet: 83, 6F and BB. RGB value is (131,111,187). Sum of RGB (Red+Green+Blue) = 131+111+187=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #836FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FBB is #7C9044. Grayscale: #7D7D7D. Windows color (decimal): -8163397 or 12283779. OLE color: 12283779.

HSL color Cylindrical-coordinate representation of color #836FBB: hue angle of 255.79º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #836FBB is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 111 187 -
CMYK 0.30 0.41 0 0.27
HSL 255.79º 0.36% 0.58% -
HSV(B) 255.79º 0.41% 0.73% -
XYZ 24.01 19.78 49.57 -
YUV 125.64 162.63 131.82 -
System Red Green Blue C M Y K H S L
Decimal 131 111 187 0.30 0.41 0 0.27 255.79 0.36 0.58
Hex 83 6F BB 1E 29 0 1B 100 24 3A
Octal 203 157 273 36 51 0 33 400 44 72
Binary 10000011 1101111 10111011 11110 101001 0 11011 100000000 100100 111010

Color Harmonies of #836FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FBB

Black with #836FBB

Text Example


Text Example

White with #836FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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