Html Css Color HEX #8A85BB Moody Blue

📋 copy color: '#8A85BB'

red 138 ◦ green 133 ◦ blue 187

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

Shades of Moody Blue #8A85BB

Tints of Moody Blue #8A85BB

RGB

 RED value IS 138 (54.3% from 255) = 30.13%

 GREEN value IS 133 (52.34% from 255) = 29.04%

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

R = 30.13%
G = 29.04%
B = 40.83%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A85BB (or 0x8A85BB) is known color: Moody Blue. HEX triplet: 8A, 85 and BB. RGB value is (138,133,187). Sum of RGB (Red+Green+Blue) = 138+133+187=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A85BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A85BB is #757A44. Grayscale: #8C8C8C. Windows color (decimal): -7699013 or 12289418. OLE color: 12289418.

HSL color Cylindrical-coordinate representation of color #8A85BB: hue angle of 245.56º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A85BB is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 133 187 -
CMYK 0.26 0.29 0 0.27
HSL 245.56º 0.28% 0.63% -
HSV(B) 245.56º 0.29% 0.73% -
XYZ 27.84 25.77 50.52 -
YUV 140.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 138 133 187 0.26 0.29 0 0.27 245.56 0.28 0.63
Hex 8A 85 BB 1A 1D 0 1B F6 1C 3F
Octal 212 205 273 32 35 0 33 366 34 77
Binary 10001010 10000101 10111011 11010 11101 0 11011 11110110 11100 111111

Color Harmonies of #8A85BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A85BB

Black with #8A85BB

Text Example


Text Example

White with #8A85BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A85BB; }

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

 H1.HeaderClassName
 {
   color: #8A85BB;
 }
 .AnyTagClassName
 {
   color: #8A85BB;
 }
</style>

background-color css

<style>
 a { background-color: #8A85BB; }

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

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

border-color css

<style>
 span { border-color: #8A85BB; }

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

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