Html Css Color HEX #8D9AAC Rock Blue

📋 copy color: '#8D9AAC'

red 141 ◦ green 154 ◦ blue 172

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

Shades of Rock Blue #8D9AAC

Tints of Rock Blue #8D9AAC

RGB

 RED value IS 141 (55.47% from 255) = 30.19%

 GREEN value IS 154 (60.55% from 255) = 32.98%

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 30.19%
G = 32.98%
B = 36.83%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D9AAC (or 0x8D9AAC) is known color: Rock Blue. HEX triplet: 8D, 9A and AC. RGB value is (141,154,172). Sum of RGB (Red+Green+Blue) = 141+154+172=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D9AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9AAC is #726553. Grayscale: #989898. Windows color (decimal): -7497044 or 11311757. OLE color: 11311757.

HSL color Cylindrical-coordinate representation of color #8D9AAC: hue angle of 214.84º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D9AAC is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 154 172 -
CMYK 0.18 0.10 0 0.33
HSL 214.84º 0.16% 0.61% -
HSV(B) 214.84º 0.18% 0.67% -
XYZ 29.99 31.75 43.58 -
YUV 152.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 141 154 172 0.18 0.10 0 0.33 214.84 0.16 0.61
Hex 8D 9A AC 12 A 0 21 D7 10 3D
Octal 215 232 254 22 12 0 41 327 20 75
Binary 10001101 10011010 10101100 10010 1010 0 100001 11010111 10000 111101

Color Harmonies of #8D9AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9AAC

Black with #8D9AAC

Text Example


Text Example

White with #8D9AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,154,172); }

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

background-color css

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

 a { background-color: rgb(141,154,172); }

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

border-color css

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

 span { border-color: rgb(141,154,172); }

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