Html Css Color HEX #8BA8CA Polo Blue

📋 copy color: '#8BA8CA'

red 139 ◦ green 168 ◦ blue 202

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

Shades of Polo Blue #8BA8CA

Tints of Polo Blue #8BA8CA

RGB

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

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

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

R = 27.31%
G = 33.01%
B = 39.69%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8BA8CA (or 0x8BA8CA) is known color: Polo Blue. HEX triplet: 8B, A8 and CA. RGB value is (139,168,202). Sum of RGB (Red+Green+Blue) = 139+168+202=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BA8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA8CA is #745735. Grayscale: #A3A3A3. Windows color (decimal): -7624502 or 13281419. OLE color: 13281419.

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

Color convert

RGB 139 168 202 -
CMYK 0.31 0.17 0 0.21
HSL 212.38º 0.37% 0.67% -
HSV(B) 212.38º 0.31% 0.79% -
XYZ 35.31 37.76 61.3 -
YUV 163.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 139 168 202 0.31 0.17 0 0.21 212.38 0.37 0.67
Hex 8B A8 CA 1F 11 0 15 D4 25 43
Octal 213 250 312 37 21 0 25 324 45 103
Binary 10001011 10101000 11001010 11111 10001 0 10101 11010100 100101 1000011

Color Harmonies of #8BA8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA8CA

Black with #8BA8CA

Text Example


Text Example

White with #8BA8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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