Html Css Color HEX #836CBF True V

📋 copy color: '#836CBF'

red 131 ◦ green 108 ◦ blue 191

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

Shades of True V #836CBF

Tints of True V #836CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.12%

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

R = 30.47%
G = 25.12%
B = 44.42%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#836CBF (or 0x836CBF) is known color: True V. HEX triplet: 83, 6C and BF. RGB value is (131,108,191). Sum of RGB (Red+Green+Blue) = 131+108+191=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #836CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CBF is #7C9340. Grayscale: #7C7C7C. Windows color (decimal): -8164161 or 12545155. OLE color: 12545155.

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

Color convert

RGB 131 108 191 -
CMYK 0.31 0.43 0 0.25
HSL 256.63º 0.39% 0.59% -
HSV(B) 256.63º 0.43% 0.75% -
XYZ 24.13 19.31 51.75 -
YUV 124.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 131 108 191 0.31 0.43 0 0.25 256.63 0.39 0.59
Hex 83 6C BF 1F 2B 0 19 101 27 3B
Octal 203 154 277 37 53 0 31 401 47 73
Binary 10000011 1101100 10111111 11111 101011 0 11001 100000001 100111 111011

Color Harmonies of #836CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CBF

Black with #836CBF

Text Example


Text Example

White with #836CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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