Html Css Color HEX #8BA8CD Polo Blue

📋 copy color: '#8BA8CD'

red 139 ◦ green 168 ◦ blue 205

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

Shades of Polo Blue #8BA8CD

Tints of Polo Blue #8BA8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.81%

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

R = 27.15%
G = 32.81%
B = 40.04%

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

#8BA8CD (or 0x8BA8CD) is known color: Polo Blue. HEX triplet: 8B, A8 and CD. RGB value is (139,168,205). Sum of RGB (Red+Green+Blue) = 139+168+205=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BA8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA8CD is #745732. Grayscale: #A3A3A3. Windows color (decimal): -7624499 or 13478027. OLE color: 13478027.

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

Color convert

RGB 139 168 205 -
CMYK 0.32 0.18 0 0.20
HSL 213.64º 0.4% 0.67% -
HSV(B) 213.64º 0.32% 0.8% -
XYZ 35.67 37.9 63.19 -
YUV 163.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 139 168 205 0.32 0.18 0 0.20 213.64 0.4 0.67
Hex 8B A8 CD 20 12 0 14 D6 28 43
Octal 213 250 315 40 22 0 24 326 50 103
Binary 10001011 10101000 11001101 100000 10010 0 10100 11010110 101000 1000011

Color Harmonies of #8BA8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA8CD

Black with #8BA8CD

Text Example


Text Example

White with #8BA8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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