Html Css Color HEX #857EDA Moody Blue

📋 copy color: '#857EDA'

red 133 ◦ green 126 ◦ blue 218

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

Shades of Moody Blue #857EDA

Tints of Moody Blue #857EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 27.88%
G = 26.42%
B = 45.7%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#857EDA (or 0x857EDA) is known color: Moody Blue. HEX triplet: 85, 7E and DA. RGB value is (133,126,218). Sum of RGB (Red+Green+Blue) = 133+126+218=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #857EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857EDA is #7A8125. Grayscale: #8A8A8A. Windows color (decimal): -8028454 or 14319237. OLE color: 14319237.

HSL color Cylindrical-coordinate representation of color #857EDA: hue angle of 244.57º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #857EDA is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 126 218 -
CMYK 0.39 0.42 0 0.15
HSL 244.57º 0.55% 0.67% -
HSV(B) 244.57º 0.42% 0.85% -
XYZ 29.79 24.97 69.58 -
YUV 138.58 172.82 124.02 -
System Red Green Blue C M Y K H S L
Decimal 133 126 218 0.39 0.42 0 0.15 244.57 0.55 0.67
Hex 85 7E DA 27 2A 0 F F5 37 43
Octal 205 176 332 47 52 0 17 365 67 103
Binary 10000101 1111110 11011010 100111 101010 0 1111 11110101 110111 1000011

Color Harmonies of #857EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857EDA

Black with #857EDA

Text Example


Text Example

White with #857EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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