Html Css Color HEX #90A7CA Polo Blue

📋 copy color: '#90A7CA'

red 144 ◦ green 167 ◦ blue 202

#90A7CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #90A7CA

Tints of Polo Blue #90A7CA

RGB

 RED value IS 144 (56.64% from 255) = 28.07%

 GREEN value IS 167 (65.63% from 255) = 32.55%

 BLUE value IS 202 (79.3% from 255) = 39.38%

R = 28.07%
G = 32.55%
B = 39.38%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#90A7CA (or 0x90A7CA) is known color: 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

RGB 144 167 202 -
CMYK 0.29 0.17 0 0.21
HSL 216.21º 0.35% 0.68% -
HSV(B) 216.21º 0.29% 0.79% -
XYZ 35.98 37.83 61.28 -
YUV 164.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 144 167 202 0.29 0.17 0 0.21 216.21 0.35 0.68
Hex 90 A7 CA 1D 11 0 15 D8 23 44
Octal 220 247 312 35 21 0 25 330 43 104
Binary 10010000 10100111 11001010 11101 10001 0 10101 11011000 100011 1000100

Color Harmonies of #90A7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A7CA

Black with #90A7CA

Text Example


Text Example

White with #90A7CA

Text Example


Text Example

HTML Codes & Css Web 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>