Html Css Color HEX #836ECF Moody Blue

📋 copy color: '#836ECF'

red 131 ◦ green 110 ◦ blue 207

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

Shades of Moody Blue #836ECF

Tints of Moody Blue #836ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.55%

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

R = 29.24%
G = 24.55%
B = 46.21%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#836ECF (or 0x836ECF) is known color: Moody Blue. HEX triplet: 83, 6E and CF. RGB value is (131,110,207). Sum of RGB (Red+Green+Blue) = 131+110+207=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #836ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ECF is #7C9130. Grayscale: #7E7E7E. Windows color (decimal): -8163633 or 13594243. OLE color: 13594243.

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

Color convert

RGB 131 110 207 -
CMYK 0.37 0.47 0 0.19
HSL 252.99º 0.5% 0.62% -
HSV(B) 252.99º 0.47% 0.81% -
XYZ 26.2 20.48 61.6 -
YUV 127.34 172.96 130.61 -
System Red Green Blue C M Y K H S L
Decimal 131 110 207 0.37 0.47 0 0.19 252.99 0.5 0.62
Hex 83 6E CF 25 2F 0 13 FD 32 3E
Octal 203 156 317 45 57 0 23 375 62 76
Binary 10000011 1101110 11001111 100101 101111 0 10011 11111101 110010 111110

Color Harmonies of #836ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836ECF

Black with #836ECF

Text Example


Text Example

White with #836ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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