Html Css Color HEX #98A2BE Rock Blue

📋 copy color: '#98A2BE'

red 152 ◦ green 162 ◦ blue 190

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

Shades of Rock Blue #98A2BE

Tints of Rock Blue #98A2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 30.16%
G = 32.14%
B = 37.7%

CMYK

 C value IS 0.2

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#98A2BE (or 0x98A2BE) is known color: Rock Blue. HEX triplet: 98, A2 and BE. RGB value is (152,162,190). Sum of RGB (Red+Green+Blue) = 152+162+190=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #98A2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A2BE is #675D41. Grayscale: #A2A2A2. Windows color (decimal): -6774082 or 12493464. OLE color: 12493464.

HSL color Cylindrical-coordinate representation of color #98A2BE: hue angle of 224.21º 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 #98A2BE is Cyan = 0.2, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 162 190 -
CMYK 0.2 0.15 0 0.25
HSL 224.21º 0.23% 0.67% -
HSV(B) 224.21º 0.2% 0.75% -
XYZ 35.16 36.23 53.86 -
YUV 162.2 143.69 120.72 -
System Red Green Blue C M Y K H S L
Decimal 152 162 190 0.2 0.15 0 0.25 224.21 0.23 0.67
Hex 98 A2 BE 14 F 0 19 E0 17 43
Octal 230 242 276 24 17 0 31 340 27 103
Binary 10011000 10100010 10111110 10100 1111 0 11001 11100000 10111 1000011

Color Harmonies of #98A2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A2BE

Black with #98A2BE

Text Example


Text Example

White with #98A2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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