#90A7BF

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

Shades of Rock Blue #90A7BF

Tints of Rock Blue #90A7BF

Color information

#90A7BF (or 0x90A7BF) is unknown color: approx Rock Blue. HEX triplet: 90, A7 and BF. RGB value is (144,167,191). Sum of RGB (Red+Green+Blue) = 144+167+191=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #90A7BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A7BF is #6F5840. Grayscale: #A2A2A2. Windows color (decimal): -7297089 or 12560272. OLE color: 12560272.

HSL color Cylindrical-coordinate representation of color #90A7BF: hue angle of 210.64º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90A7BF is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144167191-
CMYK0.250.1300.25
HSL210.64º26.86%65.69%-
HSV(B)210.64º24.61%74.9%-
XYZ34.7237.3354.67-
YUV162.86143.88114.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.69%
GREEN value IS 167 (65.62% from 255) = 33.27%
BLUE value IS 191 (75% from 255) = 38.05%
R=28.69%
G=33.27%
B=38.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441671910.250.1300.25210.6426.8665.69
Hex90A7BF19D019d31b42
Octal220247277311503132333102
Binary10010000101001111011111111001110101100111010011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,167,191); }

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

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

 a { background-color: rgb(144,167,191); }

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

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

 span { border-color: rgb(144,167,191); }

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