Html Css Color HEX #91A8DD Portage

📋 copy color: '#91A8DD'

red 145 ◦ green 168 ◦ blue 221

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

Shades of Portage #91A8DD

Tints of Portage #91A8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.46%

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 27.15%
G = 31.46%
B = 41.39%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#91A8DD (or 0x91A8DD) is known color: Portage. HEX triplet: 91, A8 and DD. RGB value is (145,168,221). Sum of RGB (Red+Green+Blue) = 145+168+221=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #91A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A8DD is #6E5722. Grayscale: #A6A6A6. Windows color (decimal): -7231267 or 14526609. OLE color: 14526609.

HSL color Cylindrical-coordinate representation of color #91A8DD: hue angle of 221.84º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91A8DD is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 168 221 -
CMYK 0.34 0.24 0 0.13
HSL 221.84º 0.53% 0.72% -
HSV(B) 221.84º 0.34% 0.87% -
XYZ 38.73 39.25 73.94 -
YUV 167.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 145 168 221 0.34 0.24 0 0.13 221.84 0.53 0.72
Hex 91 A8 DD 22 18 0 D DE 35 48
Octal 221 250 335 42 30 0 15 336 65 110
Binary 10010001 10101000 11011101 100010 11000 0 1101 11011110 110101 1001000

Color Harmonies of #91A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A8DD

Black with #91A8DD

Text Example


Text Example

White with #91A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,168,221); }

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

background-color css

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

 a { background-color: rgb(145,168,221); }

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

border-color css

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

 span { border-color: rgb(145,168,221); }

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