#90A7CA

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

Shades of Polo Blue #90A7CA

Tints of Polo Blue #90A7CA

Color information

#90A7CA (or 0x90A7CA) is unknown color: approx Polo Blue. HEX triplet: 90, A7 and CA. RGB value is (144,167,202). Sum of RGB (Red+Green+Blue) = 144+167+202=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #90A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A7CA is #6F5835. Grayscale: #A3A3A3. Windows color (decimal): -7297078 or 13281168. OLE color: 13281168.

HSL color Cylindrical-coordinate representation of color #90A7CA: hue angle of 216.21º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90A7CA is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144167202-
CMYK0.290.1700.21
HSL216.21º35.37%67.84%-
HSV(B)216.21º28.71%79.22%-
XYZ35.9837.8361.28-
YUV164.11149.38113.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.07%
GREEN value IS 167 (65.62% from 255) = 32.55%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=28.07%
G=32.55%
B=39.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441672020.290.1700.21216.2135.3767.84
Hex90A7CA1D11015d82344
Octal220247312352102533043104
Binary1001000010100111110010101110110001010101110110001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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