Html Css Color HEX #989FBA Rock Blue

📋 copy color: '#989FBA'

red 152 ◦ green 159 ◦ blue 186

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

Shades of Rock Blue #989FBA

Tints of Rock Blue #989FBA

RGB

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

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

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

R = 30.58%
G = 31.99%
B = 37.42%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#989FBA (or 0x989FBA) is known color: Rock Blue. HEX triplet: 98, 9F and BA. RGB value is (152,159,186). Sum of RGB (Red+Green+Blue) = 152+159+186=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #989FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FBA is #676045. Grayscale: #9F9F9F. Windows color (decimal): -6774854 or 12230552. OLE color: 12230552.

HSL color Cylindrical-coordinate representation of color #989FBA: hue angle of 227.65º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #989FBA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 159 186 -
CMYK 0.18 0.15 0 0.27
HSL 227.65º 0.2% 0.66% -
HSV(B) 227.65º 0.18% 0.73% -
XYZ 34.21 35.02 51.41 -
YUV 159.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 152 159 186 0.18 0.15 0 0.27 227.65 0.2 0.66
Hex 98 9F BA 12 F 0 1B E4 14 42
Octal 230 237 272 22 17 0 33 344 24 102
Binary 10011000 10011111 10111010 10010 1111 0 11011 11100100 10100 1000010

Color Harmonies of #989FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989FBA

Black with #989FBA

Text Example


Text Example

White with #989FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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