Html Css Color HEX #836FCE Moody Blue

📋 copy color: '#836FCE'

red 131 ◦ green 111 ◦ blue 206

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

Shades of Moody Blue #836FCE

Tints of Moody Blue #836FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.78%

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

R = 29.24%
G = 24.78%
B = 45.98%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#836FCE (or 0x836FCE) is known color: Moody Blue. HEX triplet: 83, 6F and CE. RGB value is (131,111,206). Sum of RGB (Red+Green+Blue) = 131+111+206=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #836FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FCE is #7C9031. Grayscale: #7F7F7F. Windows color (decimal): -8163378 or 13528963. OLE color: 13528963.

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

Color convert

RGB 131 111 206 -
CMYK 0.36 0.46 0 0.19
HSL 252.63º 0.49% 0.62% -
HSV(B) 252.63º 0.46% 0.81% -
XYZ 26.19 20.65 61 -
YUV 127.81 172.13 130.28 -
System Red Green Blue C M Y K H S L
Decimal 131 111 206 0.36 0.46 0 0.19 252.63 0.49 0.62
Hex 83 6F CE 24 2E 0 13 FD 31 3E
Octal 203 157 316 44 56 0 23 375 61 76
Binary 10000011 1101111 11001110 100100 101110 0 10011 11111101 110001 111110

Color Harmonies of #836FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FCE

Black with #836FCE

Text Example


Text Example

White with #836FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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