Html Css Color HEX #989FB8 Rock Blue

📋 copy color: '#989FB8'

red 152 ◦ green 159 ◦ blue 184

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

Shades of Rock Blue #989FB8

Tints of Rock Blue #989FB8

RGB

 RED value IS 152 (59.77% from 255) = 30.71%

 GREEN value IS 159 (62.5% from 255) = 32.12%

 BLUE value IS 184 (72.27% from 255) = 37.17%

R = 30.71%
G = 32.12%
B = 37.17%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#989FB8 (or 0x989FB8) is known color: Rock Blue. HEX triplet: 98, 9F and B8. RGB value is (152,159,184). Sum of RGB (Red+Green+Blue) = 152+159+184=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 184 - color contains mainly: blue. Hex color #989FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FB8 is #676047. Grayscale: #9F9F9F. Windows color (decimal): -6774856 or 12099480. OLE color: 12099480.

HSL color Cylindrical-coordinate representation of color #989FB8: hue angle of 226.88º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #989FB8 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 152 159 184 -
CMYK 0.17 0.14 0 0.28
HSL 226.88º 0.18% 0.66% -
HSV(B) 226.88º 0.17% 0.72% -
XYZ 34 34.93 50.3 -
YUV 159.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 152 159 184 0.17 0.14 0 0.28 226.88 0.18 0.66
Hex 98 9F B8 11 E 0 1C E3 12 42
Octal 230 237 270 21 16 0 34 343 22 102
Binary 10011000 10011111 10111000 10001 1110 0 11100 11100011 10010 1000010

Color Harmonies of #989FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989FB8

Black with #989FB8

Text Example


Text Example

White with #989FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989FB8; }

 p { color: rgb(152,159,184); }

 H1.HeaderClassName
 {
   color: #989FB8;
 }
 .AnyTagClassName
 {
   color: #989FB8;
 }
</style>

background-color css

<style>
 a { background-color: #989FB8; }

 a { background-color: rgb(152,159,184); }

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

border-color css

<style>
 span { border-color: #989FB8; }

 span { border-color: rgb(152,159,184); }

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