Html Css Color HEX #98A8BD Rock Blue

📋 copy color: '#98A8BD'

red 152 ◦ green 168 ◦ blue 189

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

Shades of Rock Blue #98A8BD

Tints of Rock Blue #98A8BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.13%

R = 29.86%
G = 33.01%
B = 37.13%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#98A8BD (or 0x98A8BD) is known color: Rock Blue. HEX triplet: 98, A8 and BD. RGB value is (152,168,189). Sum of RGB (Red+Green+Blue) = 152+168+189=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #98A8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A8BD is #675742. Grayscale: #A5A5A5. Windows color (decimal): -6772547 or 12429464. OLE color: 12429464.

HSL color Cylindrical-coordinate representation of color #98A8BD: hue angle of 214.05º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98A8BD is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 168 189 -
CMYK 0.20 0.11 0 0.26
HSL 214.05º 0.22% 0.67% -
HSV(B) 214.05º 0.2% 0.74% -
XYZ 36.14 38.35 53.64 -
YUV 165.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 152 168 189 0.20 0.11 0 0.26 214.05 0.22 0.67
Hex 98 A8 BD 14 B 0 1A D6 16 43
Octal 230 250 275 24 13 0 32 326 26 103
Binary 10011000 10101000 10111101 10100 1011 0 11010 11010110 10110 1000011

Color Harmonies of #98A8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A8BD

Black with #98A8BD

Text Example


Text Example

White with #98A8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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