Html Css Color HEX #7D98CE Polo Blue

📋 copy color: '#7D98CE'

red 125 ◦ green 152 ◦ blue 206

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

Shades of Polo Blue #7D98CE

Tints of Polo Blue #7D98CE

RGB

 RED value IS 125 (49.22% from 255) = 25.88%

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 25.88%
G = 31.47%
B = 42.65%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D98CE (or 0x7D98CE) is known color: Polo Blue. HEX triplet: 7D, 98 and CE. RGB value is (125,152,206). Sum of RGB (Red+Green+Blue) = 125+152+206=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D98CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D98CE is #826731. Grayscale: #959595. Windows color (decimal): -8546098 or 13539453. OLE color: 13539453.

HSL color Cylindrical-coordinate representation of color #7D98CE: hue angle of 220º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D98CE is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 152 206 -
CMYK 0.39 0.26 0 0.19
HSL 220º 0.45% 0.65% -
HSV(B) 220º 0.39% 0.81% -
XYZ 30.83 31.27 62.8 -
YUV 150.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 125 152 206 0.39 0.26 0 0.19 220 0.45 0.65
Hex 7D 98 CE 27 1A 0 13 DC 2D 41
Octal 175 230 316 47 32 0 23 334 55 101
Binary 1111101 10011000 11001110 100111 11010 0 10011 11011100 101101 1000001

Color Harmonies of #7D98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D98CE

Black with #7D98CE

Text Example


Text Example

White with #7D98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D98CE; }

 p { color: rgb(125,152,206); }

 H1.HeaderClassName
 {
   color: #7D98CE;
 }
 .AnyTagClassName
 {
   color: #7D98CE;
 }
</style>

background-color css

<style>
 a { background-color: #7D98CE; }

 a { background-color: rgb(125,152,206); }

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

border-color css

<style>
 span { border-color: #7D98CE; }

 span { border-color: rgb(125,152,206); }

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