Html Css Color HEX #8098CA Polo Blue

📋 copy color: '#8098CA'

red 128 ◦ green 152 ◦ blue 202

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

Shades of Polo Blue #8098CA

Tints of Polo Blue #8098CA

RGB

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

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

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

R = 26.56%
G = 31.54%
B = 41.91%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8098CA (or 0x8098CA) is known color: Polo Blue. HEX triplet: 80, 98 and CA. RGB value is (128,152,202). Sum of RGB (Red+Green+Blue) = 128+152+202=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #8098CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8098CA is #7F6735. Grayscale: #969696. Windows color (decimal): -8349494 or 13277312. OLE color: 13277312.

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

Color convert

RGB 128 152 202 -
CMYK 0.37 0.25 0 0.21
HSL 220.54º 0.41% 0.65% -
HSV(B) 220.54º 0.37% 0.79% -
XYZ 30.79 31.31 60.3 -
YUV 150.52 157.05 111.93 -
System Red Green Blue C M Y K H S L
Decimal 128 152 202 0.37 0.25 0 0.21 220.54 0.41 0.65
Hex 80 98 CA 25 19 0 15 DD 29 41
Octal 200 230 312 45 31 0 25 335 51 101
Binary 10000000 10011000 11001010 100101 11001 0 10101 11011101 101001 1000001

Color Harmonies of #8098CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8098CA

Black with #8098CA

Text Example


Text Example

White with #8098CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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