#94A1CA

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

Shades of Portage #94A1CA

Tints of Portage #94A1CA

Color information

#94A1CA (or 0x94A1CA) is unknown color: approx Portage. HEX triplet: 94, A1 and CA. RGB value is (148,161,202). Sum of RGB (Red+Green+Blue) = 148+161+202=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #94A1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A1CA is #6B5E35. Grayscale: #A1A1A1. Windows color (decimal): -7036470 or 13279636. OLE color: 13279636.

HSL color Cylindrical-coordinate representation of color #94A1CA: hue angle of 225.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94A1CA is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148161202-
CMYK0.270.2000.21
HSL225.56º33.75%68.63%-
HSV(B)225.56º26.73%79.22%-
XYZ35.6236.0560.96-
YUV161.79150.69118.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 161 (63.28% from 255) = 31.51%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=28.96%
G=31.51%
B=39.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481612020.270.2000.21225.5633.7568.63
Hex94A1CA1B14015e22245
Octal224241312332402534242105
Binary1001010010100001110010101101110100010101111000101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,161,202); }

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

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

 a { background-color: rgb(148,161,202); }

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

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

 span { border-color: rgb(148,161,202); }

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