Html Css Color HEX #836EBD True V

📋 copy color: '#836EBD'

red 131 ◦ green 110 ◦ blue 189

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

Shades of True V #836EBD

Tints of True V #836EBD

RGB

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

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

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

R = 30.47%
G = 25.58%
B = 43.95%

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

#836EBD (or 0x836EBD) is known color: True V. HEX triplet: 83, 6E and BD. RGB value is (131,110,189). Sum of RGB (Red+Green+Blue) = 131+110+189=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #836EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836EBD is #7C9142. Grayscale: #7C7C7C. Windows color (decimal): -8163651 or 12414595. OLE color: 12414595.

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

Color convert

RGB 131 110 189 -
CMYK 0.31 0.42 0 0.26
HSL 255.95º 0.37% 0.59% -
HSV(B) 255.95º 0.42% 0.74% -
XYZ 24.12 19.65 50.67 -
YUV 125.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 131 110 189 0.31 0.42 0 0.26 255.95 0.37 0.59
Hex 83 6E BD 1F 2A 0 1A 100 25 3B
Octal 203 156 275 37 52 0 32 400 45 73
Binary 10000011 1101110 10111101 11111 101010 0 11010 100000000 100101 111011

Color Harmonies of #836EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836EBD

Black with #836EBD

Text Example


Text Example

White with #836EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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