Html Css Color HEX #8B9FCD Polo Blue

📋 copy color: '#8B9FCD'

red 139 ◦ green 159 ◦ blue 205

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

Shades of Polo Blue #8B9FCD

Tints of Polo Blue #8B9FCD

RGB

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

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

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

R = 27.63%
G = 31.61%
B = 40.76%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B9FCD (or 0x8B9FCD) is known color: Polo Blue. HEX triplet: 8B, 9F and CD. RGB value is (139,159,205). Sum of RGB (Red+Green+Blue) = 139+159+205=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B9FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9FCD is #746032. Grayscale: #9E9E9E. Windows color (decimal): -7626803 or 13475723. OLE color: 13475723.

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

Color convert

RGB 139 159 205 -
CMYK 0.32 0.22 0 0.20
HSL 221.82º 0.4% 0.67% -
HSV(B) 221.82º 0.32% 0.8% -
XYZ 34.07 34.69 62.66 -
YUV 158.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 139 159 205 0.32 0.22 0 0.20 221.82 0.4 0.67
Hex 8B 9F CD 20 16 0 14 DE 28 43
Octal 213 237 315 40 26 0 24 336 50 103
Binary 10001011 10011111 11001101 100000 10110 0 10100 11011110 101000 1000011

Color Harmonies of #8B9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9FCD

Black with #8B9FCD

Text Example


Text Example

White with #8B9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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