Html Css Color HEX #8098CB Polo Blue

📋 copy color: '#8098CB'

red 128 ◦ green 152 ◦ blue 203

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

Shades of Polo Blue #8098CB

Tints of Polo Blue #8098CB

RGB

 RED value IS 128 (50.39% from 255) = 26.5%

 GREEN value IS 152 (59.77% from 255) = 31.47%

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

R = 26.5%
G = 31.47%
B = 42.03%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8098CB (or 0x8098CB) is known color: Polo Blue. HEX triplet: 80, 98 and CB. RGB value is (128,152,203). Sum of RGB (Red+Green+Blue) = 128+152+203=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #8098CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8098CB is #7F6734. Grayscale: #969696. Windows color (decimal): -8349493 or 13342848. OLE color: 13342848.

HSL color Cylindrical-coordinate representation of color #8098CB: hue angle of 220.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8098CB is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 152 203 -
CMYK 0.37 0.25 0 0.20
HSL 220.8º 0.42% 0.65% -
HSV(B) 220.8º 0.37% 0.8% -
XYZ 30.91 31.36 60.92 -
YUV 150.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 128 152 203 0.37 0.25 0 0.20 220.8 0.42 0.65
Hex 80 98 CB 25 19 0 14 DD 2A 41
Octal 200 230 313 45 31 0 24 335 52 101
Binary 10000000 10011000 11001011 100101 11001 0 10100 11011101 101010 1000001

Color Harmonies of #8098CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8098CB

Black with #8098CB

Text Example


Text Example

White with #8098CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8098CB; }

 p { color: rgb(128,152,203); }

 H1.HeaderClassName
 {
   color: #8098CB;
 }
 .AnyTagClassName
 {
   color: #8098CB;
 }
</style>

background-color css

<style>
 a { background-color: #8098CB; }

 a { background-color: rgb(128,152,203); }

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

border-color css

<style>
 span { border-color: #8098CB; }

 span { border-color: rgb(128,152,203); }

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