#94A0CA

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

Shades of Portage #94A0CA

Tints of Portage #94A0CA

Color information

#94A0CA (or 0x94A0CA) is unknown color: approx Portage. HEX triplet: 94, A0 and CA. RGB value is (148,160,202). Sum of RGB (Red+Green+Blue) = 148+160+202=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #94A0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A0CA is #6B5F35. Grayscale: #A1A1A1. Windows color (decimal): -7036726 or 13279380. OLE color: 13279380.

HSL color Cylindrical-coordinate representation of color #94A0CA: hue angle of 226.67º 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 #94A0CA is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148160202-
CMYK0.270.2100.21
HSL226.67º33.75%68.63%-
HSV(B)226.67º26.73%79.22%-
XYZ35.4435.760.9-
YUV161.2151.02118.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.02%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=29.02%
G=31.37%
B=39.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481602020.270.2100.21226.6733.7568.63
Hex94A0CA1B15015e32245
Octal224240312332502534342105
Binary1001010010100000110010101101110101010101111000111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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