Html Css Color HEX #836FBC True V

📋 copy color: '#836FBC'

red 131 ◦ green 111 ◦ blue 188

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

Shades of True V #836FBC

Tints of True V #836FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 30.47%
G = 25.81%
B = 43.72%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#836FBC (or 0x836FBC) is known color: True V. HEX triplet: 83, 6F and BC. RGB value is (131,111,188). Sum of RGB (Red+Green+Blue) = 131+111+188=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #836FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FBC is #7C9043. Grayscale: #7D7D7D. Windows color (decimal): -8163396 or 12349315. OLE color: 12349315.

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

Color convert

RGB 131 111 188 -
CMYK 0.30 0.41 0 0.26
HSL 255.58º 0.36% 0.59% -
HSV(B) 255.58º 0.41% 0.74% -
XYZ 24.12 19.83 50.13 -
YUV 125.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 131 111 188 0.30 0.41 0 0.26 255.58 0.36 0.59
Hex 83 6F BC 1E 29 0 1A 100 24 3B
Octal 203 157 274 36 51 0 32 400 44 73
Binary 10000011 1101111 10111100 11110 101001 0 11010 100000000 100100 111011

Color Harmonies of #836FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FBC

Black with #836FBC

Text Example


Text Example

White with #836FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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