Html Css Color HEX #857BBF Moody Blue

📋 copy color: '#857BBF'

red 133 ◦ green 123 ◦ blue 191

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

Shades of Moody Blue #857BBF

Tints of Moody Blue #857BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.73%

R = 29.75%
G = 27.52%
B = 42.73%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#857BBF (or 0x857BBF) is known color: Moody Blue. HEX triplet: 85, 7B and BF. RGB value is (133,123,191). Sum of RGB (Red+Green+Blue) = 133+123+191=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #857BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857BBF is #7A8440. Grayscale: #858585. Windows color (decimal): -8029249 or 12548997. OLE color: 12548997.

HSL color Cylindrical-coordinate representation of color #857BBF: hue angle of 248.82º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #857BBF is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 123 191 -
CMYK 0.30 0.36 0 0.25
HSL 248.82º 0.35% 0.62% -
HSV(B) 248.82º 0.36% 0.75% -
XYZ 26.16 22.91 52.33 -
YUV 133.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 133 123 191 0.30 0.36 0 0.25 248.82 0.35 0.62
Hex 85 7B BF 1E 24 0 19 F9 23 3E
Octal 205 173 277 36 44 0 31 371 43 76
Binary 10000101 1111011 10111111 11110 100100 0 11001 11111001 100011 111110

Color Harmonies of #857BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857BBF

Black with #857BBF

Text Example


Text Example

White with #857BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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