Html Css Color HEX #91A4D0 Polo Blue

📋 copy color: '#91A4D0'

red 145 ◦ green 164 ◦ blue 208

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

Shades of Polo Blue #91A4D0

Tints of Polo Blue #91A4D0

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.72%

 BLUE value IS 208 (81.64% from 255) = 40.23%

R = 28.05%
G = 31.72%
B = 40.23%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#91A4D0 (or 0x91A4D0) is known color: Polo Blue. HEX triplet: 91, A4 and D0. RGB value is (145,164,208). Sum of RGB (Red+Green+Blue) = 145+164+208=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #91A4D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A4D0 is #6E5B2F. Grayscale: #A3A3A3. Windows color (decimal): -7232304 or 13673617. OLE color: 13673617.

HSL color Cylindrical-coordinate representation of color #91A4D0: hue angle of 221.9º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91A4D0 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 164 208 -
CMYK 0.30 0.21 0 0.18
HSL 221.9º 0.4% 0.69% -
HSV(B) 221.9º 0.3% 0.82% -
XYZ 36.34 37.12 64.93 -
YUV 163.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 145 164 208 0.30 0.21 0 0.18 221.9 0.4 0.69
Hex 91 A4 D0 1E 15 0 12 DE 28 45
Octal 221 244 320 36 25 0 22 336 50 105
Binary 10010001 10100100 11010000 11110 10101 0 10010 11011110 101000 1000101

Color Harmonies of #91A4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A4D0

Black with #91A4D0

Text Example


Text Example

White with #91A4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,164,208); }

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

background-color css

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

 a { background-color: rgb(145,164,208); }

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

border-color css

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

 span { border-color: rgb(145,164,208); }

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