Html Css Color HEX #836BCE True V

📋 copy color: '#836BCE'

red 131 ◦ green 107 ◦ blue 206

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

Shades of True V #836BCE

Tints of True V #836BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 29.5%
G = 24.1%
B = 46.4%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#836BCE (or 0x836BCE) is known color: True V. HEX triplet: 83, 6B and CE. RGB value is (131,107,206). Sum of RGB (Red+Green+Blue) = 131+107+206=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #836BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BCE is #7C9431. Grayscale: #7D7D7D. Windows color (decimal): -8164402 or 13527939. OLE color: 13527939.

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

Color convert

RGB 131 107 206 -
CMYK 0.36 0.48 0 0.19
HSL 254.55º 0.5% 0.61% -
HSV(B) 254.55º 0.48% 0.81% -
XYZ 25.76 19.8 60.86 -
YUV 125.46 173.45 131.95 -
System Red Green Blue C M Y K H S L
Decimal 131 107 206 0.36 0.48 0 0.19 254.55 0.5 0.61
Hex 83 6B CE 24 30 0 13 FF 32 3D
Octal 203 153 316 44 60 0 23 377 62 75
Binary 10000011 1101011 11001110 100100 110000 0 10011 11111111 110010 111101

Color Harmonies of #836BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BCE

Black with #836BCE

Text Example


Text Example

White with #836BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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