Html Css Color HEX #8BA3CD Polo Blue

📋 copy color: '#8BA3CD'

red 139 ◦ green 163 ◦ blue 205

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

Shades of Polo Blue #8BA3CD

Tints of Polo Blue #8BA3CD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.15%

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

R = 27.42%
G = 32.15%
B = 40.43%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8BA3CD (or 0x8BA3CD) is known color: Polo Blue. HEX triplet: 8B, A3 and CD. RGB value is (139,163,205). Sum of RGB (Red+Green+Blue) = 139+163+205=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BA3CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA3CD is #745C32. Grayscale: #A0A0A0. Windows color (decimal): -7625779 or 13476747. OLE color: 13476747.

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

Color convert

RGB 139 163 205 -
CMYK 0.32 0.20 0 0.20
HSL 218.18º 0.4% 0.67% -
HSV(B) 218.18º 0.32% 0.8% -
XYZ 34.76 36.09 62.89 -
YUV 160.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 139 163 205 0.32 0.20 0 0.20 218.18 0.4 0.67
Hex 8B A3 CD 20 14 0 14 DA 28 43
Octal 213 243 315 40 24 0 24 332 50 103
Binary 10001011 10100011 11001101 100000 10100 0 10100 11011010 101000 1000011

Color Harmonies of #8BA3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA3CD

Black with #8BA3CD

Text Example


Text Example

White with #8BA3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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