Html Css Color HEX #98A2BF Rock Blue

📋 copy color: '#98A2BF'

red 152 ◦ green 162 ◦ blue 191

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

Shades of Rock Blue #98A2BF

Tints of Rock Blue #98A2BF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.08%

 BLUE value IS 191 (75% from 255) = 37.82%

R = 30.1%
G = 32.08%
B = 37.82%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#98A2BF (or 0x98A2BF) is known color: Rock Blue. HEX triplet: 98, A2 and BF. RGB value is (152,162,191). Sum of RGB (Red+Green+Blue) = 152+162+191=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #98A2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A2BF is #675D40. Grayscale: #A2A2A2. Windows color (decimal): -6774081 or 12559000. OLE color: 12559000.

HSL color Cylindrical-coordinate representation of color #98A2BF: hue angle of 224.62º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98A2BF is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 162 191 -
CMYK 0.20 0.15 0 0.25
HSL 224.62º 0.23% 0.67% -
HSV(B) 224.62º 0.2% 0.75% -
XYZ 35.27 36.28 54.43 -
YUV 162.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 152 162 191 0.20 0.15 0 0.25 224.62 0.23 0.67
Hex 98 A2 BF 14 F 0 19 E1 17 43
Octal 230 242 277 24 17 0 31 341 27 103
Binary 10011000 10100010 10111111 10100 1111 0 11001 11100001 10111 1000011

Color Harmonies of #98A2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A2BF

Black with #98A2BF

Text Example


Text Example

White with #98A2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,162,191); }

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

background-color css

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

 a { background-color: rgb(152,162,191); }

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

border-color css

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

 span { border-color: rgb(152,162,191); }

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