Html Css Color HEX #989FBC Rock Blue

📋 copy color: '#989FBC'

red 152 ◦ green 159 ◦ blue 188

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

Shades of Rock Blue #989FBC

Tints of Rock Blue #989FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.68%

R = 30.46%
G = 31.86%
B = 37.68%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#989FBC (or 0x989FBC) is known color: Rock Blue. HEX triplet: 98, 9F and BC. RGB value is (152,159,188). Sum of RGB (Red+Green+Blue) = 152+159+188=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #989FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FBC is #676043. Grayscale: #A0A0A0. Windows color (decimal): -6774852 or 12361624. OLE color: 12361624.

HSL color Cylindrical-coordinate representation of color #989FBC: hue angle of 228.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #989FBC is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 159 188 -
CMYK 0.19 0.15 0 0.26
HSL 228.33º 0.21% 0.67% -
HSV(B) 228.33º 0.19% 0.74% -
XYZ 34.42 35.1 52.54 -
YUV 160.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 152 159 188 0.19 0.15 0 0.26 228.33 0.21 0.67
Hex 98 9F BC 13 F 0 1A E4 15 43
Octal 230 237 274 23 17 0 32 344 25 103
Binary 10011000 10011111 10111100 10011 1111 0 11010 11100100 10101 1000011

Color Harmonies of #989FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989FBC

Black with #989FBC

Text Example


Text Example

White with #989FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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