Html Css Color HEX #836BBE True V

📋 copy color: '#836BBE'

red 131 ◦ green 107 ◦ blue 190

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

Shades of True V #836BBE

Tints of True V #836BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25%

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

R = 30.61%
G = 25%
B = 44.39%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#836BBE (or 0x836BBE) is known color: True V. HEX triplet: 83, 6B and BE. RGB value is (131,107,190). Sum of RGB (Red+Green+Blue) = 131+107+190=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #836BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BBE is #7C9441. Grayscale: #7B7B7B. Windows color (decimal): -8164418 or 12479363. OLE color: 12479363.

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

Color convert

RGB 131 107 190 -
CMYK 0.31 0.44 0 0.25
HSL 257.35º 0.39% 0.58% -
HSV(B) 257.35º 0.44% 0.75% -
XYZ 23.91 19.06 51.13 -
YUV 123.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 131 107 190 0.31 0.44 0 0.25 257.35 0.39 0.58
Hex 83 6B BE 1F 2C 0 19 101 27 3A
Octal 203 153 276 37 54 0 31 401 47 72
Binary 10000011 1101011 10111110 11111 101100 0 11001 100000001 100111 111010

Color Harmonies of #836BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BBE

Black with #836BBE

Text Example


Text Example

White with #836BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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