Html Css Color HEX #8998BA Rock Blue

📋 copy color: '#8998BA'

red 137 ◦ green 152 ◦ blue 186

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

Shades of Rock Blue #8998BA

Tints of Rock Blue #8998BA

RGB

 RED value IS 137 (53.91% from 255) = 28.84%

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

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 28.84%
G = 32%
B = 39.16%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8998BA (or 0x8998BA) is known color: Rock Blue. HEX triplet: 89, 98 and BA. RGB value is (137,152,186). Sum of RGB (Red+Green+Blue) = 137+152+186=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #8998BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8998BA is #766745. Grayscale: #979797. Windows color (decimal): -7759686 or 12228745. OLE color: 12228745.

HSL color Cylindrical-coordinate representation of color #8998BA: hue angle of 221.63º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8998BA is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 152 186 -
CMYK 0.26 0.18 0 0.27
HSL 221.63º 0.26% 0.63% -
HSV(B) 221.63º 0.26% 0.73% -
XYZ 30.41 31.32 50.9 -
YUV 151.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 137 152 186 0.26 0.18 0 0.27 221.63 0.26 0.63
Hex 89 98 BA 1A 12 0 1B DE 1A 3F
Octal 211 230 272 32 22 0 33 336 32 77
Binary 10001001 10011000 10111010 11010 10010 0 11011 11011110 11010 111111

Color Harmonies of #8998BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8998BA

Black with #8998BA

Text Example


Text Example

White with #8998BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8998BA; }

 p { color: rgb(137,152,186); }

 H1.HeaderClassName
 {
   color: #8998BA;
 }
 .AnyTagClassName
 {
   color: #8998BA;
 }
</style>

background-color css

<style>
 a { background-color: #8998BA; }

 a { background-color: rgb(137,152,186); }

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

border-color css

<style>
 span { border-color: #8998BA; }

 span { border-color: rgb(137,152,186); }

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