Html Css Color HEX #836CCD Moody Blue

📋 copy color: '#836CCD'

red 131 ◦ green 108 ◦ blue 205

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

Shades of Moody Blue #836CCD

Tints of Moody Blue #836CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 29.5%
G = 24.32%
B = 46.17%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#836CCD (or 0x836CCD) is known color: Moody Blue. HEX triplet: 83, 6C and CD. RGB value is (131,108,205). Sum of RGB (Red+Green+Blue) = 131+108+205=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #836CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CCD is #7C9332. Grayscale: #7D7D7D. Windows color (decimal): -8164147 or 13462659. OLE color: 13462659.

HSL color Cylindrical-coordinate representation of color #836CCD: hue angle of 254.23º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #836CCD is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 108 205 -
CMYK 0.36 0.47 0 0.20
HSL 254.23º 0.49% 0.61% -
HSV(B) 254.23º 0.47% 0.8% -
XYZ 25.74 19.96 60.25 -
YUV 125.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 131 108 205 0.36 0.47 0 0.20 254.23 0.49 0.61
Hex 83 6C CD 24 2F 0 14 FE 31 3D
Octal 203 154 315 44 57 0 24 376 61 75
Binary 10000011 1101100 11001101 100100 101111 0 10100 11111110 110001 111101

Color Harmonies of #836CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CCD

Black with #836CCD

Text Example


Text Example

White with #836CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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