Html Css Color HEX #857ECE Moody Blue

📋 copy color: '#857ECE'

red 133 ◦ green 126 ◦ blue 206

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

Shades of Moody Blue #857ECE

Tints of Moody Blue #857ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.1%

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

R = 28.6%
G = 27.1%
B = 44.3%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#857ECE (or 0x857ECE) is known color: Moody Blue. HEX triplet: 85, 7E and CE. RGB value is (133,126,206). Sum of RGB (Red+Green+Blue) = 133+126+206=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #857ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ECE is #7A8131. Grayscale: #888888. Windows color (decimal): -8028466 or 13532805. OLE color: 13532805.

HSL color Cylindrical-coordinate representation of color #857ECE: hue angle of 245.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #857ECE is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 126 206 -
CMYK 0.35 0.39 0 0.19
HSL 245.25º 0.45% 0.65% -
HSV(B) 245.25º 0.39% 0.81% -
XYZ 28.27 24.36 61.61 -
YUV 137.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 133 126 206 0.35 0.39 0 0.19 245.25 0.45 0.65
Hex 85 7E CE 23 27 0 13 F5 2D 41
Octal 205 176 316 43 47 0 23 365 55 101
Binary 10000101 1111110 11001110 100011 100111 0 10011 11110101 101101 1000001

Color Harmonies of #857ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857ECE

Black with #857ECE

Text Example


Text Example

White with #857ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857ECE; }

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

 H1.HeaderClassName
 {
   color: #857ECE;
 }
 .AnyTagClassName
 {
   color: #857ECE;
 }
</style>

background-color css

<style>
 a { background-color: #857ECE; }

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

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

border-color css

<style>
 span { border-color: #857ECE; }

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

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