#90A7F3

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

Shades of Portage #90A7F3

Tints of Portage #90A7F3

Color information

#90A7F3 (or 0x90A7F3) is unknown color: approx Portage. HEX triplet: 90, A7 and F3. RGB value is (144,167,243). Sum of RGB (Red+Green+Blue) = 144+167+243=554 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.99% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #90A7F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A7F3 is #6F580C. Grayscale: #A8A8A8. Windows color (decimal): -7297037 or 15968144. OLE color: 15968144.

HSL color Cylindrical-coordinate representation of color #90A7F3: hue angle of 226.06º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90A7F3 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144167243-
CMYK0.410.3100.05
HSL226.06º80.49%75.88%-
HSV(B)226.06º40.74%95.29%-
XYZ41.540.0490.33-
YUV168.79169.88110.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.99%
GREEN value IS 167 (65.62% from 255) = 30.14%
BLUE value IS 243 (95.31% from 255) = 43.86%
R=25.99%
G=30.14%
B=43.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441672430.410.3100.05226.0680.4975.88
Hex90A7F3291F05e2504c
Octal220247363513705342120114
Binary1001000010100111111100111010011111101011110001010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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