Html Css Color HEX #8998BE Rock Blue

📋 copy color: '#8998BE'

red 137 ◦ green 152 ◦ blue 190

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

Shades of Rock Blue #8998BE

Tints of Rock Blue #8998BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 28.6%
G = 31.73%
B = 39.67%

CMYK

 C value IS 0.28

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8998BE (or 0x8998BE) is known color: Rock Blue. HEX triplet: 89, 98 and BE. RGB value is (137,152,190). Sum of RGB (Red+Green+Blue) = 137+152+190=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #8998BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8998BE is #766741. Grayscale: #979797. Windows color (decimal): -7759682 or 12490889. OLE color: 12490889.

HSL color Cylindrical-coordinate representation of color #8998BE: hue angle of 223.02º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8998BE is Cyan = 0.28, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 152 190 -
CMYK 0.28 0.2 0 0.25
HSL 223.02º 0.29% 0.64% -
HSV(B) 223.02º 0.28% 0.75% -
XYZ 30.84 31.49 53.17 -
YUV 151.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 137 152 190 0.28 0.2 0 0.25 223.02 0.29 0.64
Hex 89 98 BE 1C 14 0 19 DF 1D 40
Octal 211 230 276 34 24 0 31 337 35 100
Binary 10001001 10011000 10111110 11100 10100 0 11001 11011111 11101 1000000

Color Harmonies of #8998BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8998BE

Black with #8998BE

Text Example


Text Example

White with #8998BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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