Html Css Color HEX #836BCF True V

📋 copy color: '#836BCF'

red 131 ◦ green 107 ◦ blue 207

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

Shades of True V #836BCF

Tints of True V #836BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 29.44%
G = 24.04%
B = 46.52%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#836BCF (or 0x836BCF) is known color: True V. HEX triplet: 83, 6B and CF. RGB value is (131,107,207). Sum of RGB (Red+Green+Blue) = 131+107+207=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #836BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BCF is #7C9430. Grayscale: #7D7D7D. Windows color (decimal): -8164401 or 13593475. OLE color: 13593475.

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

Color convert

RGB 131 107 207 -
CMYK 0.37 0.48 0 0.19
HSL 254.4º 0.51% 0.62% -
HSV(B) 254.4º 0.48% 0.81% -
XYZ 25.88 19.85 61.5 -
YUV 125.58 173.95 131.87 -
System Red Green Blue C M Y K H S L
Decimal 131 107 207 0.37 0.48 0 0.19 254.4 0.51 0.62
Hex 83 6B CF 25 30 0 13 FE 33 3E
Octal 203 153 317 45 60 0 23 376 63 76
Binary 10000011 1101011 11001111 100101 110000 0 10011 11111110 110011 111110

Color Harmonies of #836BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BCF

Black with #836BCF

Text Example


Text Example

White with #836BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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