Html Css Color HEX #8A85BC Moody Blue

📋 copy color: '#8A85BC'

red 138 ◦ green 133 ◦ blue 188

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

Shades of Moody Blue #8A85BC

Tints of Moody Blue #8A85BC

RGB

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

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

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

R = 30.07%
G = 28.98%
B = 40.96%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A85BC (or 0x8A85BC) is known color: Moody Blue. HEX triplet: 8A, 85 and BC. RGB value is (138,133,188). Sum of RGB (Red+Green+Blue) = 138+133+188=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A85BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A85BC is #757A43. Grayscale: #8C8C8C. Windows color (decimal): -7699012 or 12354954. OLE color: 12354954.

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

Color convert

RGB 138 133 188 -
CMYK 0.27 0.29 0 0.26
HSL 245.45º 0.29% 0.63% -
HSV(B) 245.45º 0.29% 0.74% -
XYZ 27.95 25.81 51.09 -
YUV 140.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 138 133 188 0.27 0.29 0 0.26 245.45 0.29 0.63
Hex 8A 85 BC 1B 1D 0 1A F5 1D 3F
Octal 212 205 274 33 35 0 32 365 35 77
Binary 10001010 10000101 10111100 11011 11101 0 11010 11110101 11101 111111

Color Harmonies of #8A85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A85BC

Black with #8A85BC

Text Example


Text Example

White with #8A85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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