Html Css Color HEX #7698CC Polo Blue

📋 copy color: '#7698CC'

red 118 ◦ green 152 ◦ blue 204

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

Shades of Polo Blue #7698CC

Tints of Polo Blue #7698CC

RGB

 RED value IS 118 (46.48% from 255) = 24.89%

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 24.89%
G = 32.07%
B = 43.04%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7698CC (or 0x7698CC) is known color: Polo Blue. HEX triplet: 76, 98 and CC. RGB value is (118,152,204). Sum of RGB (Red+Green+Blue) = 118+152+204=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #7698CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698CC is #896733. Grayscale: #939393. Windows color (decimal): -9004852 or 13408374. OLE color: 13408374.

HSL color Cylindrical-coordinate representation of color #7698CC: hue angle of 216.28º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7698CC is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 152 204 -
CMYK 0.42 0.25 0 0.2
HSL 216.28º 0.46% 0.63% -
HSV(B) 216.28º 0.42% 0.8% -
XYZ 29.6 30.67 61.49 -
YUV 147.76 159.74 106.77 -
System Red Green Blue C M Y K H S L
Decimal 118 152 204 0.42 0.25 0 0.2 216.28 0.46 0.63
Hex 76 98 CC 2A 19 0 14 D8 2E 3F
Octal 166 230 314 52 31 0 24 330 56 77
Binary 1110110 10011000 11001100 101010 11001 0 10100 11011000 101110 111111

Color Harmonies of #7698CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7698CC

Black with #7698CC

Text Example


Text Example

White with #7698CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7698CC; }

 p { color: rgb(118,152,204); }

 H1.HeaderClassName
 {
   color: #7698CC;
 }
 .AnyTagClassName
 {
   color: #7698CC;
 }
</style>

background-color css

<style>
 a { background-color: #7698CC; }

 a { background-color: rgb(118,152,204); }

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

border-color css

<style>
 span { border-color: #7698CC; }

 span { border-color: rgb(118,152,204); }

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