Html Css Color HEX #856FCE Moody Blue

📋 copy color: '#856FCE'

red 133 ◦ green 111 ◦ blue 206

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

Shades of Moody Blue #856FCE

Tints of Moody Blue #856FCE

RGB

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

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

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

R = 29.56%
G = 24.67%
B = 45.78%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#856FCE (or 0x856FCE) is known color: Moody Blue. HEX triplet: 85, 6F and CE. RGB value is (133,111,206). Sum of RGB (Red+Green+Blue) = 133+111+206=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #856FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FCE is #7A9031. Grayscale: #808080. Windows color (decimal): -8032306 or 13528965. OLE color: 13528965.

HSL color Cylindrical-coordinate representation of color #856FCE: hue angle of 253.89º 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 #856FCE is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 111 206 -
CMYK 0.35 0.46 0 0.19
HSL 253.89º 0.49% 0.62% -
HSV(B) 253.89º 0.46% 0.81% -
XYZ 26.5 20.81 61.01 -
YUV 128.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 133 111 206 0.35 0.46 0 0.19 253.89 0.49 0.62
Hex 85 6F CE 23 2E 0 13 FE 31 3E
Octal 205 157 316 43 56 0 23 376 61 76
Binary 10000101 1101111 11001110 100011 101110 0 10011 11111110 110001 111110

Color Harmonies of #856FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FCE

Black with #856FCE

Text Example


Text Example

White with #856FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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