Html Css Color HEX #836CCF Moody Blue

📋 copy color: '#836CCF'

red 131 ◦ green 108 ◦ blue 207

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

Shades of Moody Blue #836CCF

Tints of Moody Blue #836CCF

RGB

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

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

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

R = 29.37%
G = 24.22%
B = 46.41%

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

#836CCF (or 0x836CCF) is known color: Moody Blue. HEX triplet: 83, 6C and CF. RGB value is (131,108,207). Sum of RGB (Red+Green+Blue) = 131+108+207=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #836CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CCF is #7C9330. Grayscale: #7D7D7D. Windows color (decimal): -8164145 or 13593731. OLE color: 13593731.

HSL color Cylindrical-coordinate representation of color #836CCF: hue angle of 253.94º 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 #836CCF is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 108 207 -
CMYK 0.37 0.48 0 0.19
HSL 253.94º 0.51% 0.62% -
HSV(B) 253.94º 0.48% 0.81% -
XYZ 25.99 20.06 61.53 -
YUV 126.16 173.62 131.45 -
System Red Green Blue C M Y K H S L
Decimal 131 108 207 0.37 0.48 0 0.19 253.94 0.51 0.62
Hex 83 6C CF 25 30 0 13 FE 33 3E
Octal 203 154 317 45 60 0 23 376 63 76
Binary 10000011 1101100 11001111 100101 110000 0 10011 11111110 110011 111110

Color Harmonies of #836CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CCF

Black with #836CCF

Text Example


Text Example

White with #836CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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