Html Css Color HEX #799CCD Polo Blue

📋 copy color: '#799CCD'

red 121 ◦ green 156 ◦ blue 205

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

Shades of Polo Blue #799CCD

Tints of Polo Blue #799CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 25.1%
G = 32.37%
B = 42.53%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#799CCD (or 0x799CCD) is known color: Polo Blue. HEX triplet: 79, 9C and CD. RGB value is (121,156,205). Sum of RGB (Red+Green+Blue) = 121+156+205=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #799CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CCD is #866332. Grayscale: #969696. Windows color (decimal): -8807219 or 13474937. OLE color: 13474937.

HSL color Cylindrical-coordinate representation of color #799CCD: hue angle of 215º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #799CCD is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 156 205 -
CMYK 0.41 0.24 0 0.20
HSL 215º 0.46% 0.64% -
HSV(B) 215º 0.41% 0.8% -
XYZ 30.79 32.25 62.36 -
YUV 151.12 158.4 106.52 -
System Red Green Blue C M Y K H S L
Decimal 121 156 205 0.41 0.24 0 0.20 215 0.46 0.64
Hex 79 9C CD 29 18 0 14 D7 2E 40
Octal 171 234 315 51 30 0 24 327 56 100
Binary 1111001 10011100 11001101 101001 11000 0 10100 11010111 101110 1000000

Color Harmonies of #799CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CCD

Black with #799CCD

Text Example


Text Example

White with #799CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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