Html Css Color HEX #91A5EE Portage

📋 copy color: '#91A5EE'

red 145 ◦ green 165 ◦ blue 238

#91A5EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #91A5EE

Tints of Portage #91A5EE

RGB

 RED value IS 145 (57.03% from 255) = 26.46%

 GREEN value IS 165 (64.84% from 255) = 30.11%

 BLUE value IS 238 (93.36% from 255) = 43.43%

R = 26.46%
G = 30.11%
B = 43.43%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#91A5EE (or 0x91A5EE) is known color: Portage. HEX triplet: 91, A5 and EE. RGB value is (145,165,238). Sum of RGB (Red+Green+Blue) = 145+165+238=548 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.46% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #91A5EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A5EE is #6E5A11. Grayscale: #A7A7A7. Windows color (decimal): -7232018 or 15639953. OLE color: 15639953.

HSL color Cylindrical-coordinate representation of color #91A5EE: hue angle of 227.1º 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 #91A5EE is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 165 238 -
CMYK 0.39 0.31 0 0.07
HSL 227.1º 0.73% 0.75% -
HSV(B) 227.1º 0.39% 0.93% -
XYZ 40.56 39.1 86.3 -
YUV 167.34 167.87 112.06 -
System Red Green Blue C M Y K H S L
Decimal 145 165 238 0.39 0.31 0 0.07 227.1 0.73 0.75
Hex 91 A5 EE 27 1F 0 7 E3 49 4B
Octal 221 245 356 47 37 0 7 343 111 113
Binary 10010001 10100101 11101110 100111 11111 0 111 11100011 1001001 1001011

Color Harmonies of #91A5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A5EE

Black with #91A5EE

Text Example


Text Example

White with #91A5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #91A5EE;
 }
 .AnyTagClassName
 {
   color: #91A5EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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