#91A2EE

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

Shades of Portage #91A2EE

Tints of Portage #91A2EE

Color information

#91A2EE (or 0x91A2EE) is unknown color: approx Portage. HEX triplet: 91, A2 and EE. RGB value is (145,162,238). Sum of RGB (Red+Green+Blue) = 145+162+238=545 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.61% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #91A2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A2EE is #6E5D11. Grayscale: #A5A5A5. Windows color (decimal): -7232786 or 15639185. OLE color: 15639185.

HSL color Cylindrical-coordinate representation of color #91A2EE: hue angle of 229.03º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91A2EE is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145162238-
CMYK0.390.3200.07
HSL229.03º73.23%75.1%-
HSV(B)229.03º39.08%93.33%-
XYZ40.0338.0386.12-
YUV165.58168.87113.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.61%
GREEN value IS 162 (63.67% from 255) = 29.72%
BLUE value IS 238 (93.36% from 255) = 43.67%
R=26.61%
G=29.72%
B=43.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451622380.390.3200.07229.0373.2375.1
Hex91A2EE272007e5494b
Octal221242356474007345111113
Binary10010001101000101110111010011110000001111110010110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,162,238); }

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

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

 a { background-color: rgb(145,162,238); }

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

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

 span { border-color: rgb(145,162,238); }

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