Html Css Color HEX #98A6BA Rock Blue

📋 copy color: '#98A6BA'

red 152 ◦ green 166 ◦ blue 186

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

Shades of Rock Blue #98A6BA

Tints of Rock Blue #98A6BA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.94%

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

R = 30.16%
G = 32.94%
B = 36.9%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#98A6BA (or 0x98A6BA) is known color: Rock Blue. HEX triplet: 98, A6 and BA. RGB value is (152,166,186). Sum of RGB (Red+Green+Blue) = 152+166+186=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #98A6BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A6BA is #675945. Grayscale: #A4A4A4. Windows color (decimal): -6773062 or 12232344. OLE color: 12232344.

HSL color Cylindrical-coordinate representation of color #98A6BA: hue angle of 215.29º 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 #98A6BA is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 166 186 -
CMYK 0.18 0.11 0 0.27
HSL 215.29º 0.2% 0.66% -
HSV(B) 215.29º 0.18% 0.73% -
XYZ 35.45 37.49 51.82 -
YUV 164.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 152 166 186 0.18 0.11 0 0.27 215.29 0.2 0.66
Hex 98 A6 BA 12 B 0 1B D7 14 42
Octal 230 246 272 22 13 0 33 327 24 102
Binary 10011000 10100110 10111010 10010 1011 0 11011 11010111 10100 1000010

Color Harmonies of #98A6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A6BA

Black with #98A6BA

Text Example


Text Example

White with #98A6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98A6BA; }

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

 H1.HeaderClassName
 {
   color: #98A6BA;
 }
 .AnyTagClassName
 {
   color: #98A6BA;
 }
</style>

background-color css

<style>
 a { background-color: #98A6BA; }

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

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

border-color css

<style>
 span { border-color: #98A6BA; }

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

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