Html Css Color HEX #8B9DCB Polo Blue

📋 copy color: '#8B9DCB'

red 139 ◦ green 157 ◦ blue 203

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

Shades of Polo Blue #8B9DCB

Tints of Polo Blue #8B9DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.46%

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 27.86%
G = 31.46%
B = 40.68%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B9DCB (or 0x8B9DCB) is known color: Polo Blue. HEX triplet: 8B, 9D and CB. RGB value is (139,157,203). Sum of RGB (Red+Green+Blue) = 139+157+203=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B9DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9DCB is #746234. Grayscale: #9C9C9C. Windows color (decimal): -7627317 or 13344139. OLE color: 13344139.

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

Color convert

RGB 139 157 203 -
CMYK 0.32 0.23 0 0.20
HSL 223.13º 0.38% 0.67% -
HSV(B) 223.13º 0.32% 0.8% -
XYZ 33.48 33.91 61.28 -
YUV 156.86 154.04 115.26 -
System Red Green Blue C M Y K H S L
Decimal 139 157 203 0.32 0.23 0 0.20 223.13 0.38 0.67
Hex 8B 9D CB 20 17 0 14 DF 26 43
Octal 213 235 313 40 27 0 24 337 46 103
Binary 10001011 10011101 11001011 100000 10111 0 10100 11011111 100110 1000011

Color Harmonies of #8B9DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9DCB

Black with #8B9DCB

Text Example


Text Example

White with #8B9DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,157,203); }

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

background-color css

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

 a { background-color: rgb(139,157,203); }

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

border-color css

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

 span { border-color: rgb(139,157,203); }

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