Html Css Color HEX #857FDA Moody Blue

📋 copy color: '#857FDA'

red 133 ◦ green 127 ◦ blue 218

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

Shades of Moody Blue #857FDA

Tints of Moody Blue #857FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 26.57%

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

R = 27.82%
G = 26.57%
B = 45.61%

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

#857FDA (or 0x857FDA) is known color: Moody Blue. HEX triplet: 85, 7F and DA. RGB value is (133,127,218). Sum of RGB (Red+Green+Blue) = 133+127+218=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #857FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FDA is #7A8025. Grayscale: #8A8A8A. Windows color (decimal): -8028198 or 14319493. OLE color: 14319493.

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

Color convert

RGB 133 127 218 -
CMYK 0.39 0.42 0 0.15
HSL 243.96º 0.55% 0.68% -
HSV(B) 243.96º 0.42% 0.85% -
XYZ 29.92 25.23 69.62 -
YUV 139.17 172.49 123.6 -
System Red Green Blue C M Y K H S L
Decimal 133 127 218 0.39 0.42 0 0.15 243.96 0.55 0.68
Hex 85 7F DA 27 2A 0 F F4 37 44
Octal 205 177 332 47 52 0 17 364 67 104
Binary 10000101 1111111 11011010 100111 101010 0 1111 11110100 110111 1000100

Color Harmonies of #857FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857FDA

Black with #857FDA

Text Example


Text Example

White with #857FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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