Html Css Color HEX #91ABED Portage

📋 copy color: '#91ABED'

red 145 ◦ green 171 ◦ blue 237

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

Shades of Portage #91ABED

Tints of Portage #91ABED

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.92%

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 26.22%
G = 30.92%
B = 42.86%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#91ABED (or 0x91ABED) is known color: Portage. HEX triplet: 91, AB and ED. RGB value is (145,171,237). Sum of RGB (Red+Green+Blue) = 145+171+237=553 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.22% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #91ABED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91ABED is #6E5412. Grayscale: #AAAAAA. Windows color (decimal): -7230483 or 15575953. OLE color: 15575953.

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

Color convert

RGB 145 171 237 -
CMYK 0.39 0.28 0 0.07
HSL 223.04º 0.72% 0.75% -
HSV(B) 223.04º 0.39% 0.93% -
XYZ 41.53 41.26 85.9 -
YUV 170.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 145 171 237 0.39 0.28 0 0.07 223.04 0.72 0.75
Hex 91 AB ED 27 1C 0 7 DF 48 4B
Octal 221 253 355 47 34 0 7 337 110 113
Binary 10010001 10101011 11101101 100111 11100 0 111 11011111 1001000 1001011

Color Harmonies of #91ABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ABED

Black with #91ABED

Text Example


Text Example

White with #91ABED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,171,237); }

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

background-color css

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

 a { background-color: rgb(145,171,237); }

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

border-color css

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

 span { border-color: rgb(145,171,237); }

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