Html Css Color HEX #857ABC Moody Blue

📋 copy color: '#857ABC'

red 133 ◦ green 122 ◦ blue 188

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

Shades of Moody Blue #857ABC

Tints of Moody Blue #857ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.44%

R = 30.02%
G = 27.54%
B = 42.44%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#857ABC (or 0x857ABC) is known color: Moody Blue. HEX triplet: 85, 7A and BC. RGB value is (133,122,188). Sum of RGB (Red+Green+Blue) = 133+122+188=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #857ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ABC is #7A8543. Grayscale: #848484. Windows color (decimal): -8029508 or 12352133. OLE color: 12352133.

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

Color convert

RGB 133 122 188 -
CMYK 0.29 0.35 0 0.26
HSL 250º 0.33% 0.61% -
HSV(B) 250º 0.35% 0.74% -
XYZ 25.71 22.54 50.57 -
YUV 132.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 133 122 188 0.29 0.35 0 0.26 250 0.33 0.61
Hex 85 7A BC 1D 23 0 1A FA 21 3D
Octal 205 172 274 35 43 0 32 372 41 75
Binary 10000101 1111010 10111100 11101 100011 0 11010 11111010 100001 111101

Color Harmonies of #857ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857ABC

Black with #857ABC

Text Example


Text Example

White with #857ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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