Html Css Color HEX #8A9FCA Polo Blue

📋 copy color: '#8A9FCA'

red 138 ◦ green 159 ◦ blue 202

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

Shades of Polo Blue #8A9FCA

Tints of Polo Blue #8A9FCA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.86%

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

R = 27.66%
G = 31.86%
B = 40.48%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8A9FCA (or 0x8A9FCA) is known color: Polo Blue. HEX triplet: 8A, 9F and CA. RGB value is (138,159,202). Sum of RGB (Red+Green+Blue) = 138+159+202=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A9FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9FCA is #756035. Grayscale: #9D9D9D. Windows color (decimal): -7692342 or 13279114. OLE color: 13279114.

HSL color Cylindrical-coordinate representation of color #8A9FCA: hue angle of 220.31º 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 #8A9FCA is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 159 202 -
CMYK 0.32 0.21 0 0.21
HSL 220.31º 0.38% 0.67% -
HSV(B) 220.31º 0.32% 0.79% -
XYZ 33.54 34.46 60.76 -
YUV 157.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 138 159 202 0.32 0.21 0 0.21 220.31 0.38 0.67
Hex 8A 9F CA 20 15 0 15 DC 26 43
Octal 212 237 312 40 25 0 25 334 46 103
Binary 10001010 10011111 11001010 100000 10101 0 10101 11011100 100110 1000011

Color Harmonies of #8A9FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9FCA

Black with #8A9FCA

Text Example


Text Example

White with #8A9FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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