Html Css Color HEX #799CC7 Polo Blue

📋 copy color: '#799CC7'

red 121 ◦ green 156 ◦ blue 199

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

Shades of Polo Blue #799CC7

Tints of Polo Blue #799CC7

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.77%

 BLUE value IS 199 (78.13% from 255) = 41.81%

R = 25.42%
G = 32.77%
B = 41.81%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#799CC7 (or 0x799CC7) is known color: Polo Blue. HEX triplet: 79, 9C and C7. RGB value is (121,156,199). Sum of RGB (Red+Green+Blue) = 121+156+199=476 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.42% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 199 - color contains mainly: blue. Hex color #799CC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CC7 is #866338. Grayscale: #969696. Windows color (decimal): -8807225 or 13081721. OLE color: 13081721.

HSL color Cylindrical-coordinate representation of color #799CC7: hue angle of 213.08º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #799CC7 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 121 156 199 -
CMYK 0.39 0.22 0 0.22
HSL 213.08º 0.41% 0.63% -
HSV(B) 213.08º 0.39% 0.78% -
XYZ 30.08 31.97 58.62 -
YUV 150.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 121 156 199 0.39 0.22 0 0.22 213.08 0.41 0.63
Hex 79 9C C7 27 16 0 16 D5 29 3F
Octal 171 234 307 47 26 0 26 325 51 77
Binary 1111001 10011100 11000111 100111 10110 0 10110 11010101 101001 111111

Color Harmonies of #799CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CC7

Black with #799CC7

Text Example


Text Example

White with #799CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799CC7; }

 p { color: rgb(121,156,199); }

 H1.HeaderClassName
 {
   color: #799CC7;
 }
 .AnyTagClassName
 {
   color: #799CC7;
 }
</style>

background-color css

<style>
 a { background-color: #799CC7; }

 a { background-color: rgb(121,156,199); }

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

border-color css

<style>
 span { border-color: #799CC7; }

 span { border-color: rgb(121,156,199); }

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