Html Css Color HEX #91A7DD Portage

📋 copy color: '#91A7DD'

red 145 ◦ green 167 ◦ blue 221

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

Shades of Portage #91A7DD

Tints of Portage #91A7DD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.33%

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

R = 27.2%
G = 31.33%
B = 41.46%

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

#91A7DD (or 0x91A7DD) is known color: Portage. HEX triplet: 91, A7 and DD. RGB value is (145,167,221). Sum of RGB (Red+Green+Blue) = 145+167+221=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #91A7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A7DD is #6E5822. Grayscale: #A6A6A6. Windows color (decimal): -7231523 or 14526353. OLE color: 14526353.

HSL color Cylindrical-coordinate representation of color #91A7DD: hue angle of 222.63º 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 #91A7DD is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 167 221 -
CMYK 0.34 0.24 0 0.13
HSL 222.63º 0.53% 0.72% -
HSV(B) 222.63º 0.34% 0.87% -
XYZ 38.55 38.88 73.88 -
YUV 166.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 145 167 221 0.34 0.24 0 0.13 222.63 0.53 0.72
Hex 91 A7 DD 22 18 0 D DF 35 48
Octal 221 247 335 42 30 0 15 337 65 110
Binary 10010001 10100111 11011101 100010 11000 0 1101 11011111 110101 1001000

Color Harmonies of #91A7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A7DD

Black with #91A7DD

Text Example


Text Example

White with #91A7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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