Html Css Color HEX #856FCD Moody Blue

📋 copy color: '#856FCD'

red 133 ◦ green 111 ◦ blue 205

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

Shades of Moody Blue #856FCD

Tints of Moody Blue #856FCD

RGB

 RED value IS 133 (52.34% from 255) = 29.62%

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

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

R = 29.62%
G = 24.72%
B = 45.66%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#856FCD (or 0x856FCD) is known color: Moody Blue. HEX triplet: 85, 6F and CD. RGB value is (133,111,205). Sum of RGB (Red+Green+Blue) = 133+111+205=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #856FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FCD is #7A9032. Grayscale: #7F7F7F. Windows color (decimal): -8032307 or 13463429. OLE color: 13463429.

HSL color Cylindrical-coordinate representation of color #856FCD: hue angle of 254.04º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #856FCD is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 111 205 -
CMYK 0.35 0.46 0 0.20
HSL 254.04º 0.48% 0.62% -
HSV(B) 254.04º 0.46% 0.8% -
XYZ 26.38 20.76 60.38 -
YUV 128.29 171.29 131.36 -
System Red Green Blue C M Y K H S L
Decimal 133 111 205 0.35 0.46 0 0.20 254.04 0.48 0.62
Hex 85 6F CD 23 2E 0 14 FE 30 3E
Octal 205 157 315 43 56 0 24 376 60 76
Binary 10000101 1101111 11001101 100011 101110 0 10100 11111110 110000 111110

Color Harmonies of #856FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FCD

Black with #856FCD

Text Example


Text Example

White with #856FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856FCD; }

 p { color: rgb(133,111,205); }

 H1.HeaderClassName
 {
   color: #856FCD;
 }
 .AnyTagClassName
 {
   color: #856FCD;
 }
</style>

background-color css

<style>
 a { background-color: #856FCD; }

 a { background-color: rgb(133,111,205); }

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

border-color css

<style>
 span { border-color: #856FCD; }

 span { border-color: rgb(133,111,205); }

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