#94A7D9

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

Shades of Portage #94A7D9

Tints of Portage #94A7D9

Color information

#94A7D9 (or 0x94A7D9) is unknown color: approx Portage. HEX triplet: 94, A7 and D9. RGB value is (148,167,217). Sum of RGB (Red+Green+Blue) = 148+167+217=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 217 (85.16% from 255 or 40.79% from 532); Max value from RGB is 217 - color contains mainly: blue. Hex color #94A7D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A7D9 is #6B5826. Grayscale: #A6A6A6. Windows color (decimal): -7034919 or 14264212. OLE color: 14264212.

HSL color Cylindrical-coordinate representation of color #94A7D9: hue angle of 223.48º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94A7D9 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148167217-
CMYK0.320.2300.15
HSL223.48º47.59%71.57%-
HSV(B)223.48º31.8%85.1%-
XYZ38.5638.9471.13-
YUV167.02156.21114.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.82%
GREEN value IS 167 (65.62% from 255) = 31.39%
BLUE value IS 217 (85.16% from 255) = 40.79%
R=27.82%
G=31.39%
B=40.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1481672170.320.2300.15223.4847.5971.57
Hex94A7D920170Fdf3048
Octal224247331402701733760110
Binary1001010010100111110110011000001011101111110111111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A7D9; }

 p { color: rgb(148,167,217); }

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

<style>
 a { background-color: #94A7D9; }

 a { background-color: rgb(148,167,217); }

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

<style>
 span { border-color: #94A7D9; }

 span { border-color: rgb(148,167,217); }

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