Html Css Color HEX #836EBF True V

📋 copy color: '#836EBF'

red 131 ◦ green 110 ◦ blue 191

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

Shades of True V #836EBF

Tints of True V #836EBF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.46%

 BLUE value IS 191 (75% from 255) = 44.21%

R = 30.32%
G = 25.46%
B = 44.21%

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

#836EBF (or 0x836EBF) is known color: True V. HEX triplet: 83, 6E and BF. RGB value is (131,110,191). Sum of RGB (Red+Green+Blue) = 131+110+191=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #836EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836EBF is #7C9140. Grayscale: #7D7D7D. Windows color (decimal): -8163649 or 12545667. OLE color: 12545667.

HSL color Cylindrical-coordinate representation of color #836EBF: hue angle of 255.56º degrees, saturation: 0.39, 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 #836EBF is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 110 191 -
CMYK 0.31 0.42 0 0.25
HSL 255.56º 0.39% 0.59% -
HSV(B) 255.56º 0.42% 0.75% -
XYZ 24.34 19.74 51.82 -
YUV 125.51 164.96 131.91 -
System Red Green Blue C M Y K H S L
Decimal 131 110 191 0.31 0.42 0 0.25 255.56 0.39 0.59
Hex 83 6E BF 1F 2A 0 19 100 27 3B
Octal 203 156 277 37 52 0 31 400 47 73
Binary 10000011 1101110 10111111 11111 101010 0 11001 100000000 100111 111011

Color Harmonies of #836EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836EBF

Black with #836EBF

Text Example


Text Example

White with #836EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,110,191); }

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

background-color css

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

 a { background-color: rgb(131,110,191); }

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

border-color css

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

 span { border-color: rgb(131,110,191); }

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