Html Css Color HEX #7997CB Polo Blue

📋 copy color: '#7997CB'

red 121 ◦ green 151 ◦ blue 203

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

Shades of Polo Blue #7997CB

Tints of Polo Blue #7997CB

RGB

 RED value IS 121 (47.66% from 255) = 25.47%

 GREEN value IS 151 (59.38% from 255) = 31.79%

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

R = 25.47%
G = 31.79%
B = 42.74%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7997CB (or 0x7997CB) is known color: Polo Blue. HEX triplet: 79, 97 and CB. RGB value is (121,151,203). Sum of RGB (Red+Green+Blue) = 121+151+203=475 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.47% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #7997CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7997CB is #866834. Grayscale: #939393. Windows color (decimal): -8808501 or 13342585. OLE color: 13342585.

HSL color Cylindrical-coordinate representation of color #7997CB: hue angle of 218.05º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7997CB is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 151 203 -
CMYK 0.40 0.26 0 0.20
HSL 218.05º 0.44% 0.64% -
HSV(B) 218.05º 0.4% 0.8% -
XYZ 29.73 30.51 60.82 -
YUV 147.96 159.06 108.77 -
System Red Green Blue C M Y K H S L
Decimal 121 151 203 0.40 0.26 0 0.20 218.05 0.44 0.64
Hex 79 97 CB 28 1A 0 14 DA 2C 40
Octal 171 227 313 50 32 0 24 332 54 100
Binary 1111001 10010111 11001011 101000 11010 0 10100 11011010 101100 1000000

Color Harmonies of #7997CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7997CB

Black with #7997CB

Text Example


Text Example

White with #7997CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,151,203); }

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

background-color css

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

 a { background-color: rgb(121,151,203); }

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

border-color css

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

 span { border-color: rgb(121,151,203); }

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