#93A1CF

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

Shades of Portage #93A1CF

Tints of Portage #93A1CF

Color information

#93A1CF (or 0x93A1CF) is unknown color: approx Portage. HEX triplet: 93, A1 and CF. RGB value is (147,161,207). Sum of RGB (Red+Green+Blue) = 147+161+207=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #93A1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A1CF is #6C5E30. Grayscale: #A1A1A1. Windows color (decimal): -7102001 or 13607315. OLE color: 13607315.

HSL color Cylindrical-coordinate representation of color #93A1CF: hue angle of 226º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93A1CF is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147161207-
CMYK0.290.2200.19
HSL226º38.46%69.41%-
HSV(B)226º28.99%81.18%-
XYZ36.0436.264.12-
YUV162.06153.36117.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.54%
GREEN value IS 161 (63.28% from 255) = 31.26%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=28.54%
G=31.26%
B=40.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471612070.290.2200.1922638.4669.41
Hex93A1CF1D16013e22645
Octal223241317352602334246105
Binary1001001110100001110011111110110110010011111000101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A1CF; }

 p { color: rgb(147,161,207); }

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

<style>
 a { background-color: #93A1CF; }

 a { background-color: rgb(147,161,207); }

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

<style>
 span { border-color: #93A1CF; }

 span { border-color: rgb(147,161,207); }

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