Html Css Color HEX #8BA9CD Polo Blue

📋 copy color: '#8BA9CD'

red 139 ◦ green 169 ◦ blue 205

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

Shades of Polo Blue #8BA9CD

Tints of Polo Blue #8BA9CD

RGB

 RED value IS 139 (54.69% from 255) = 27.1%

 GREEN value IS 169 (66.41% from 255) = 32.94%

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 27.1%
G = 32.94%
B = 39.96%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8BA9CD (or 0x8BA9CD) is known color: Polo Blue. HEX triplet: 8B, A9 and CD. RGB value is (139,169,205). Sum of RGB (Red+Green+Blue) = 139+169+205=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BA9CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA9CD is #745632. Grayscale: #A3A3A3. Windows color (decimal): -7624243 or 13478283. OLE color: 13478283.

HSL color Cylindrical-coordinate representation of color #8BA9CD: hue angle of 212.73º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BA9CD is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 169 205 -
CMYK 0.32 0.18 0 0.20
HSL 212.73º 0.4% 0.67% -
HSV(B) 212.73º 0.32% 0.8% -
XYZ 35.85 38.27 63.26 -
YUV 164.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 139 169 205 0.32 0.18 0 0.20 212.73 0.4 0.67
Hex 8B A9 CD 20 12 0 14 D5 28 43
Octal 213 251 315 40 22 0 24 325 50 103
Binary 10001011 10101001 11001101 100000 10010 0 10100 11010101 101000 1000011

Color Harmonies of #8BA9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA9CD

Black with #8BA9CD

Text Example


Text Example

White with #8BA9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,169,205); }

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

background-color css

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

 a { background-color: rgb(139,169,205); }

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

border-color css

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

 span { border-color: rgb(139,169,205); }

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