Html Css Color HEX #8C98AC Rock Blue

📋 copy color: '#8C98AC'

red 140 ◦ green 152 ◦ blue 172

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

Shades of Rock Blue #8C98AC

Tints of Rock Blue #8C98AC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.76%

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

R = 30.17%
G = 32.76%
B = 37.07%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C98AC (or 0x8C98AC) is known color: Rock Blue. HEX triplet: 8C, 98 and AC. RGB value is (140,152,172). Sum of RGB (Red+Green+Blue) = 140+152+172=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C98AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C98AC is #736753. Grayscale: #969696. Windows color (decimal): -7563092 or 11311244. OLE color: 11311244.

HSL color Cylindrical-coordinate representation of color #8C98AC: hue angle of 217.5º 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 #8C98AC is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 152 172 -
CMYK 0.19 0.12 0 0.33
HSL 217.5º 0.16% 0.61% -
HSV(B) 217.5º 0.19% 0.67% -
XYZ 29.49 31.01 43.46 -
YUV 150.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 140 152 172 0.19 0.12 0 0.33 217.5 0.16 0.61
Hex 8C 98 AC 13 C 0 21 DA 10 3D
Octal 214 230 254 23 14 0 41 332 20 75
Binary 10001100 10011000 10101100 10011 1100 0 100001 11011010 10000 111101

Color Harmonies of #8C98AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C98AC

Black with #8C98AC

Text Example


Text Example

White with #8C98AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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