Html Css Color HEX #857BDD Moody Blue

📋 copy color: '#857BDD'

red 133 ◦ green 123 ◦ blue 221

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

Shades of Moody Blue #857BDD

Tints of Moody Blue #857BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.79%

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 27.88%
G = 25.79%
B = 46.33%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#857BDD (or 0x857BDD) is known color: Moody Blue. HEX triplet: 85, 7B and DD. RGB value is (133,123,221). Sum of RGB (Red+Green+Blue) = 133+123+221=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #857BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857BDD is #7A8422. Grayscale: #888888. Windows color (decimal): -8029219 or 14515077. OLE color: 14515077.

HSL color Cylindrical-coordinate representation of color #857BDD: hue angle of 246.12º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #857BDD is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 123 221 -
CMYK 0.40 0.44 0 0.13
HSL 246.12º 0.59% 0.67% -
HSV(B) 246.12º 0.44% 0.87% -
XYZ 29.81 24.37 71.54 -
YUV 137.16 175.31 125.03 -
System Red Green Blue C M Y K H S L
Decimal 133 123 221 0.40 0.44 0 0.13 246.12 0.59 0.67
Hex 85 7B DD 28 2C 0 D F6 3B 43
Octal 205 173 335 50 54 0 15 366 73 103
Binary 10000101 1111011 11011101 101000 101100 0 1101 11110110 111011 1000011

Color Harmonies of #857BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857BDD

Black with #857BDD

Text Example


Text Example

White with #857BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,123,221); }

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

background-color css

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

 a { background-color: rgb(133,123,221); }

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

border-color css

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

 span { border-color: rgb(133,123,221); }

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