Html Css Color HEX #8AA4CA Polo Blue

📋 copy color: '#8AA4CA'

red 138 ◦ green 164 ◦ blue 202

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

Shades of Polo Blue #8AA4CA

Tints of Polo Blue #8AA4CA

RGB

 RED value IS 138 (54.3% from 255) = 27.38%

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

 BLUE value IS 202 (79.3% from 255) = 40.08%

R = 27.38%
G = 32.54%
B = 40.08%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8AA4CA (or 0x8AA4CA) is known color: Polo Blue. HEX triplet: 8A, A4 and CA. RGB value is (138,164,202). Sum of RGB (Red+Green+Blue) = 138+164+202=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AA4CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA4CA is #755B35. Grayscale: #A0A0A0. Windows color (decimal): -7691062 or 13280394. OLE color: 13280394.

HSL color Cylindrical-coordinate representation of color #8AA4CA: hue angle of 215.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AA4CA is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 164 202 -
CMYK 0.32 0.19 0 0.21
HSL 215.63º 0.38% 0.67% -
HSV(B) 215.63º 0.32% 0.79% -
XYZ 34.42 36.22 61.05 -
YUV 160.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 138 164 202 0.32 0.19 0 0.21 215.63 0.38 0.67
Hex 8A A4 CA 20 13 0 15 D8 26 43
Octal 212 244 312 40 23 0 25 330 46 103
Binary 10001010 10100100 11001010 100000 10011 0 10101 11011000 100110 1000011

Color Harmonies of #8AA4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA4CA

Black with #8AA4CA

Text Example


Text Example

White with #8AA4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AA4CA; }

 p { color: rgb(138,164,202); }

 H1.HeaderClassName
 {
   color: #8AA4CA;
 }
 .AnyTagClassName
 {
   color: #8AA4CA;
 }
</style>

background-color css

<style>
 a { background-color: #8AA4CA; }

 a { background-color: rgb(138,164,202); }

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

border-color css

<style>
 span { border-color: #8AA4CA; }

 span { border-color: rgb(138,164,202); }

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