Html Css Color HEX #91A6DE Portage

📋 copy color: '#91A6DE'

red 145 ◦ green 166 ◦ blue 222

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

Shades of Portage #91A6DE

Tints of Portage #91A6DE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.14%

 BLUE value IS 222 (87.11% from 255) = 41.65%

R = 27.2%
G = 31.14%
B = 41.65%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#91A6DE (or 0x91A6DE) is known color: Portage. HEX triplet: 91, A6 and DE. RGB value is (145,166,222). Sum of RGB (Red+Green+Blue) = 145+166+222=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #91A6DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A6DE is #6E5921. Grayscale: #A5A5A5. Windows color (decimal): -7231778 or 14591633. OLE color: 14591633.

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

Color convert

RGB 145 166 222 -
CMYK 0.35 0.25 0 0.13
HSL 223.64º 0.54% 0.72% -
HSV(B) 223.64º 0.35% 0.87% -
XYZ 38.5 38.57 74.52 -
YUV 166.11 159.54 112.95 -
System Red Green Blue C M Y K H S L
Decimal 145 166 222 0.35 0.25 0 0.13 223.64 0.54 0.72
Hex 91 A6 DE 23 19 0 D E0 36 48
Octal 221 246 336 43 31 0 15 340 66 110
Binary 10010001 10100110 11011110 100011 11001 0 1101 11100000 110110 1001000

Color Harmonies of #91A6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A6DE

Black with #91A6DE

Text Example


Text Example

White with #91A6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,166,222); }

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

background-color css

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

 a { background-color: rgb(145,166,222); }

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

border-color css

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

 span { border-color: rgb(145,166,222); }

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