#93A1CB

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

Shades of Portage #93A1CB

Tints of Portage #93A1CB

Color information

#93A1CB (or 0x93A1CB) is unknown color: approx Portage. HEX triplet: 93, A1 and CB. RGB value is (147,161,203). Sum of RGB (Red+Green+Blue) = 147+161+203=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #93A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A1CB is #6C5E34. Grayscale: #A1A1A1. Windows color (decimal): -7102005 or 13345171. OLE color: 13345171.

HSL color Cylindrical-coordinate representation of color #93A1CB: hue angle of 225º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93A1CB is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147161203-
CMYK0.280.2100.20
HSL225º35%68.63%-
HSV(B)225º27.59%79.61%-
XYZ35.563661.58-
YUV161.6151.36117.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 161 (63.28% from 255) = 31.51%
BLUE value IS 203 (79.69% from 255) = 39.73%
R=28.77%
G=31.51%
B=39.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471612030.280.2100.202253568.63
Hex93A1CB1C15014e12345
Octal223241313342502434143105
Binary1001001110100001110010111110010101010100111000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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