Html Css Color HEX #8A98AB Rock Blue

📋 copy color: '#8A98AB'

red 138 ◦ green 152 ◦ blue 171

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

Shades of Rock Blue #8A98AB

Tints of Rock Blue #8A98AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.09%

R = 29.93%
G = 32.97%
B = 37.09%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A98AB (or 0x8A98AB) is known color: Rock Blue. HEX triplet: 8A, 98 and AB. RGB value is (138,152,171). Sum of RGB (Red+Green+Blue) = 138+152+171=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A98AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A98AB is #756754. Grayscale: #959595. Windows color (decimal): -7694165 or 11245706. OLE color: 11245706.

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

Color convert

RGB 138 152 171 -
CMYK 0.19 0.11 0 0.33
HSL 214.55º 0.16% 0.61% -
HSV(B) 214.55º 0.19% 0.67% -
XYZ 29.06 30.8 42.94 -
YUV 149.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 138 152 171 0.19 0.11 0 0.33 214.55 0.16 0.61
Hex 8A 98 AB 13 B 0 21 D7 10 3D
Octal 212 230 253 23 13 0 41 327 20 75
Binary 10001010 10011000 10101011 10011 1011 0 100001 11010111 10000 111101

Color Harmonies of #8A98AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A98AB

Black with #8A98AB

Text Example


Text Example

White with #8A98AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,152,171); }

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

background-color css

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

 a { background-color: rgb(138,152,171); }

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

border-color css

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

 span { border-color: rgb(138,152,171); }

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