#98A1C4

Color #98A1C4 Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #98A1C4

Tints of Rock Blue #98A1C4

Color information

#98A1C4 (or 0x98A1C4) is unknown color: approx Rock Blue. HEX triplet: 98, A1 and C4. RGB value is (152,161,196). Sum of RGB (Red+Green+Blue) = 152+161+196=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #98A1C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1C4 is #675E3B. Grayscale: #A2A2A2. Windows color (decimal): -6774332 or 12886424. OLE color: 12886424.

HSL color Cylindrical-coordinate representation of color #98A1C4: hue angle of 227.73º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98A1C4 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB152161196-
CMYK0.220.1800.23
HSL227.73º27.16%68.24%-
HSV(B)227.73º22.45%76.86%-
XYZ35.6636.1557.32-
YUV162.3147.02120.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.86%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=29.86%
G=31.63%
B=38.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521611960.220.1800.23227.7327.1668.24
Hex98A1C41612017e41b44
Octal230241304262202734433104
Binary100110001010000111000100101101001001011111100100110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,161,196); }

 H1.HeaderClassName
 {
   color: #98A1C4;
 }
 .AnyTagClassName
 {
   color: #98A1C4;
 }
</style>
background-color css

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

 a { background-color: rgb(152,161,196); }

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

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

 span { border-color: rgb(152,161,196); }

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