Html Css Color HEX #8BA3CA Polo Blue

📋 copy color: '#8BA3CA'

red 139 ◦ green 163 ◦ blue 202

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

Shades of Polo Blue #8BA3CA

Tints of Polo Blue #8BA3CA

RGB

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

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

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

R = 27.58%
G = 32.34%
B = 40.08%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8BA3CA (or 0x8BA3CA) is known color: Polo Blue. HEX triplet: 8B, A3 and CA. RGB value is (139,163,202). Sum of RGB (Red+Green+Blue) = 139+163+202=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 163 (64.06% from 255 or 32.34% 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 #8BA3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA3CA is #745C35. Grayscale: #A0A0A0. Windows color (decimal): -7625782 or 13280139. OLE color: 13280139.

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

Color convert

RGB 139 163 202 -
CMYK 0.31 0.19 0 0.21
HSL 217.14º 0.37% 0.67% -
HSV(B) 217.14º 0.31% 0.79% -
XYZ 34.41 35.95 61 -
YUV 160.27 151.55 112.83 -
System Red Green Blue C M Y K H S L
Decimal 139 163 202 0.31 0.19 0 0.21 217.14 0.37 0.67
Hex 8B A3 CA 1F 13 0 15 D9 25 43
Octal 213 243 312 37 23 0 25 331 45 103
Binary 10001011 10100011 11001010 11111 10011 0 10101 11011001 100101 1000011

Color Harmonies of #8BA3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA3CA

Black with #8BA3CA

Text Example


Text Example

White with #8BA3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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