#98A4C4

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

Shades of Rock Blue #98A4C4

Tints of Rock Blue #98A4C4

Color information

#98A4C4 (or 0x98A4C4) is unknown color: approx Rock Blue. HEX triplet: 98, A4 and C4. RGB value is (152,164,196). Sum of RGB (Red+Green+Blue) = 152+164+196=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #98A4C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A4C4 is #675B3B. Grayscale: #A3A3A3. Windows color (decimal): -6773564 or 12887192. OLE color: 12887192.

HSL color Cylindrical-coordinate representation of color #98A4C4: hue angle of 223.64º 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 #98A4C4 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB152164196-
CMYK0.220.1600.23
HSL223.64º27.16%68.24%-
HSV(B)223.64º22.45%76.86%-
XYZ36.1937.2157.5-
YUV164.06146.02119.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.69%
GREEN value IS 164 (64.45% from 255) = 32.03%
BLUE value IS 196 (76.95% from 255) = 38.28%
R=29.69%
G=32.03%
B=38.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521641960.220.1600.23223.6427.1668.24
Hex98A4C41610017e01b44
Octal230244304262002734033104
Binary100110001010010011000100101101000001011111100000110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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