Html Css Color HEX #8D98AC Rock Blue

📋 copy color: '#8D98AC'

red 141 ◦ green 152 ◦ blue 172

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

Shades of Rock Blue #8D98AC

Tints of Rock Blue #8D98AC

RGB

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

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

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

R = 30.32%
G = 32.69%
B = 36.99%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D98AC (or 0x8D98AC) is known color: Rock Blue. HEX triplet: 8D, 98 and AC. RGB value is (141,152,172). Sum of RGB (Red+Green+Blue) = 141+152+172=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D98AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D98AC is #726753. Grayscale: #969696. Windows color (decimal): -7497556 or 11311245. OLE color: 11311245.

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

Color convert

RGB 141 152 172 -
CMYK 0.18 0.12 0 0.33
HSL 218.71º 0.16% 0.61% -
HSV(B) 218.71º 0.18% 0.67% -
XYZ 29.66 31.1 43.47 -
YUV 150.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 141 152 172 0.18 0.12 0 0.33 218.71 0.16 0.61
Hex 8D 98 AC 12 C 0 21 DB 10 3D
Octal 215 230 254 22 14 0 41 333 20 75
Binary 10001101 10011000 10101100 10010 1100 0 100001 11011011 10000 111101

Color Harmonies of #8D98AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D98AC

Black with #8D98AC

Text Example


Text Example

White with #8D98AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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