Html Css Color HEX #836CCE Moody Blue

📋 copy color: '#836CCE'

red 131 ◦ green 108 ◦ blue 206

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

Shades of Moody Blue #836CCE

Tints of Moody Blue #836CCE

RGB

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

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

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

R = 29.44%
G = 24.27%
B = 46.29%

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

#836CCE (or 0x836CCE) is known color: Moody Blue. HEX triplet: 83, 6C and CE. RGB value is (131,108,206). Sum of RGB (Red+Green+Blue) = 131+108+206=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #836CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CCE is #7C9331. Grayscale: #7D7D7D. Windows color (decimal): -8164146 or 13528195. OLE color: 13528195.

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

Color convert

RGB 131 108 206 -
CMYK 0.36 0.48 0 0.19
HSL 254.08º 0.5% 0.62% -
HSV(B) 254.08º 0.48% 0.81% -
XYZ 25.86 20.01 60.89 -
YUV 126.05 173.12 131.53 -
System Red Green Blue C M Y K H S L
Decimal 131 108 206 0.36 0.48 0 0.19 254.08 0.5 0.62
Hex 83 6C CE 24 30 0 13 FE 32 3E
Octal 203 154 316 44 60 0 23 376 62 76
Binary 10000011 1101100 11001110 100100 110000 0 10011 11111110 110010 111110

Color Harmonies of #836CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CCE

Black with #836CCE

Text Example


Text Example

White with #836CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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