#90A4C4

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

Shades of Rock Blue #90A4C4

Tints of Rock Blue #90A4C4

Color information

#90A4C4 (or 0x90A4C4) is unknown color: approx Rock Blue. HEX triplet: 90, A4 and C4. RGB value is (144,164,196). Sum of RGB (Red+Green+Blue) = 144+164+196=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 196 - color contains mainly: blue. Hex color #90A4C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A4C4 is #6F5B3B. Grayscale: #A1A1A1. Windows color (decimal): -7297852 or 12887184. OLE color: 12887184.

HSL color Cylindrical-coordinate representation of color #90A4C4: hue angle of 216.92º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90A4C4 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB144164196-
CMYK0.270.1600.23
HSL216.92º30.59%66.67%-
HSV(B)216.92º26.53%76.86%-
XYZ34.7436.4757.43-
YUV161.67147.37115.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.57%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 196 (76.95% from 255) = 38.89%
R=28.57%
G=32.54%
B=38.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1441641960.270.1600.23216.9230.5966.67
Hex90A4C41B10017d91f43
Octal220244304332002733137103
Binary100100001010010011000100110111000001011111011001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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