Html Css Color HEX #836BCD True V

📋 copy color: '#836BCD'

red 131 ◦ green 107 ◦ blue 205

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

Shades of True V #836BCD

Tints of True V #836BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 29.57%
G = 24.15%
B = 46.28%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#836BCD (or 0x836BCD) is known color: True V. HEX triplet: 83, 6B and CD. RGB value is (131,107,205). Sum of RGB (Red+Green+Blue) = 131+107+205=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #836BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BCD is #7C9432. Grayscale: #7C7C7C. Windows color (decimal): -8164403 or 13462403. OLE color: 13462403.

HSL color Cylindrical-coordinate representation of color #836BCD: hue angle of 254.69º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #836BCD is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 107 205 -
CMYK 0.36 0.48 0 0.20
HSL 254.69º 0.49% 0.61% -
HSV(B) 254.69º 0.48% 0.8% -
XYZ 25.64 19.75 60.22 -
YUV 125.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 131 107 205 0.36 0.48 0 0.20 254.69 0.49 0.61
Hex 83 6B CD 24 30 0 14 FF 31 3D
Octal 203 153 315 44 60 0 24 377 61 75
Binary 10000011 1101011 11001101 100100 110000 0 10100 11111111 110001 111101

Color Harmonies of #836BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BCD

Black with #836BCD

Text Example


Text Example

White with #836BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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