Html Css Color HEX #8B9FCA Polo Blue

📋 copy color: '#8B9FCA'

red 139 ◦ green 159 ◦ blue 202

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

Shades of Polo Blue #8B9FCA

Tints of Polo Blue #8B9FCA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.8%

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

R = 27.8%
G = 31.8%
B = 40.4%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8B9FCA (or 0x8B9FCA) is known color: Polo Blue. HEX triplet: 8B, 9F and CA. RGB value is (139,159,202). Sum of RGB (Red+Green+Blue) = 139+159+202=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B9FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9FCA is #746035. Grayscale: #9D9D9D. Windows color (decimal): -7626806 or 13279115. OLE color: 13279115.

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

Color convert

RGB 139 159 202 -
CMYK 0.31 0.21 0 0.21
HSL 220.95º 0.37% 0.67% -
HSV(B) 220.95º 0.31% 0.79% -
XYZ 33.71 34.55 60.77 -
YUV 157.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 139 159 202 0.31 0.21 0 0.21 220.95 0.37 0.67
Hex 8B 9F CA 1F 15 0 15 DD 25 43
Octal 213 237 312 37 25 0 25 335 45 103
Binary 10001011 10011111 11001010 11111 10101 0 10101 11011101 100101 1000011

Color Harmonies of #8B9FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9FCA

Black with #8B9FCA

Text Example


Text Example

White with #8B9FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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