Html Css Color HEX #8C9AAC Rock Blue

📋 copy color: '#8C9AAC'

red 140 ◦ green 154 ◦ blue 172

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

Shades of Rock Blue #8C9AAC

Tints of Rock Blue #8C9AAC

RGB

 RED value IS 140 (55.08% from 255) = 30.04%

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

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

R = 30.04%
G = 33.05%
B = 36.91%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C9AAC (or 0x8C9AAC) is known color: Rock Blue. HEX triplet: 8C, 9A and AC. RGB value is (140,154,172). Sum of RGB (Red+Green+Blue) = 140+154+172=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C9AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9AAC is #736553. Grayscale: #979797. Windows color (decimal): -7562580 or 11311756. OLE color: 11311756.

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

Color convert

RGB 140 154 172 -
CMYK 0.19 0.10 0 0.33
HSL 213.75º 0.16% 0.61% -
HSV(B) 213.75º 0.19% 0.67% -
XYZ 29.82 31.67 43.57 -
YUV 151.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 140 154 172 0.19 0.10 0 0.33 213.75 0.16 0.61
Hex 8C 9A AC 13 A 0 21 D6 10 3D
Octal 214 232 254 23 12 0 41 326 20 75
Binary 10001100 10011010 10101100 10011 1010 0 100001 11010110 10000 111101

Color Harmonies of #8C9AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9AAC

Black with #8C9AAC

Text Example


Text Example

White with #8C9AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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