Html Css Color HEX #857ABB Moody Blue

📋 copy color: '#857ABB'

red 133 ◦ green 122 ◦ blue 187

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

Shades of Moody Blue #857ABB

Tints of Moody Blue #857ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.6%

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 30.09%
G = 27.6%
B = 42.31%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#857ABB (or 0x857ABB) is known color: Moody Blue. HEX triplet: 85, 7A and BB. RGB value is (133,122,187). Sum of RGB (Red+Green+Blue) = 133+122+187=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #857ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ABB is #7A8544. Grayscale: #848484. Windows color (decimal): -8029509 or 12286597. OLE color: 12286597.

HSL color Cylindrical-coordinate representation of color #857ABB: hue angle of 250.15º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #857ABB is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 122 187 -
CMYK 0.29 0.35 0 0.27
HSL 250.15º 0.32% 0.61% -
HSV(B) 250.15º 0.35% 0.73% -
XYZ 25.6 22.49 50.01 -
YUV 132.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 133 122 187 0.29 0.35 0 0.27 250.15 0.32 0.61
Hex 85 7A BB 1D 23 0 1B FA 20 3D
Octal 205 172 273 35 43 0 33 372 40 75
Binary 10000101 1111010 10111011 11101 100011 0 11011 11111010 100000 111101

Color Harmonies of #857ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857ABB

Black with #857ABB

Text Example


Text Example

White with #857ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,122,187); }

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

background-color css

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

 a { background-color: rgb(133,122,187); }

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

border-color css

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

 span { border-color: rgb(133,122,187); }

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