#91A3D3

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

Shades of Portage #91A3D3

Tints of Portage #91A3D3

Color information

#91A3D3 (or 0x91A3D3) is unknown color: approx Portage. HEX triplet: 91, A3 and D3. RGB value is (145,163,211). Sum of RGB (Red+Green+Blue) = 145+163+211=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 211 - color contains mainly: blue. Hex color #91A3D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A3D3 is #6E5C2C. Grayscale: #A2A2A2. Windows color (decimal): -7232557 or 13869969. OLE color: 13869969.

HSL color Cylindrical-coordinate representation of color #91A3D3: hue angle of 223.64º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91A3D3 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB145163211-
CMYK0.310.2300.17
HSL223.64º42.86%69.8%-
HSV(B)223.64º31.28%82.75%-
XYZ36.5336.9266.83-
YUV163.09155.04115.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.94%
GREEN value IS 163 (64.06% from 255) = 31.41%
BLUE value IS 211 (82.81% from 255) = 40.66%
R=27.94%
G=31.41%
B=40.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1451632110.310.2300.17223.6442.8669.8
Hex91A3D31F17011e02b46
Octal221243323372702134053106
Binary1001000110100011110100111111110111010001111000001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91A3D3; }

 p { color: rgb(145,163,211); }

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

<style>
 a { background-color: #91A3D3; }

 a { background-color: rgb(145,163,211); }

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

<style>
 span { border-color: #91A3D3; }

 span { border-color: rgb(145,163,211); }

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