Html Css Color HEX #98A8BE Rock Blue

📋 copy color: '#98A8BE'

red 152 ◦ green 168 ◦ blue 190

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

Shades of Rock Blue #98A8BE

Tints of Rock Blue #98A8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.94%

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

R = 29.8%
G = 32.94%
B = 37.25%

CMYK

 C value IS 0.2

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#98A8BE (or 0x98A8BE) is known color: Rock Blue. HEX triplet: 98, A8 and BE. RGB value is (152,168,190). Sum of RGB (Red+Green+Blue) = 152+168+190=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #98A8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A8BE is #675741. Grayscale: #A5A5A5. Windows color (decimal): -6772546 or 12495000. OLE color: 12495000.

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

Color convert

RGB 152 168 190 -
CMYK 0.2 0.12 0 0.25
HSL 214.74º 0.23% 0.67% -
HSV(B) 214.74º 0.2% 0.75% -
XYZ 36.25 38.4 54.22 -
YUV 165.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 152 168 190 0.2 0.12 0 0.25 214.74 0.23 0.67
Hex 98 A8 BE 14 C 0 19 D7 17 43
Octal 230 250 276 24 14 0 31 327 27 103
Binary 10011000 10101000 10111110 10100 1100 0 11001 11010111 10111 1000011

Color Harmonies of #98A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A8BE

Black with #98A8BE

Text Example


Text Example

White with #98A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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