Html Css Color HEX #799CC3 Polo Blue

📋 copy color: '#799CC3'

red 121 ◦ green 156 ◦ blue 195

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

Shades of Polo Blue #799CC3

Tints of Polo Blue #799CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.31%

R = 25.64%
G = 33.05%
B = 41.31%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#799CC3 (or 0x799CC3) is known color: Polo Blue. HEX triplet: 79, 9C and C3. RGB value is (121,156,195). Sum of RGB (Red+Green+Blue) = 121+156+195=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #799CC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CC3 is #86633C. Grayscale: #959595. Windows color (decimal): -8807229 or 12819577. OLE color: 12819577.

HSL color Cylindrical-coordinate representation of color #799CC3: hue angle of 211.62º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #799CC3 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 121 156 195 -
CMYK 0.38 0.20 0 0.24
HSL 211.62º 0.38% 0.62% -
HSV(B) 211.62º 0.38% 0.76% -
XYZ 29.62 31.78 56.2 -
YUV 149.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 121 156 195 0.38 0.20 0 0.24 211.62 0.38 0.62
Hex 79 9C C3 26 14 0 18 D4 26 3E
Octal 171 234 303 46 24 0 30 324 46 76
Binary 1111001 10011100 11000011 100110 10100 0 11000 11010100 100110 111110

Color Harmonies of #799CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CC3

Black with #799CC3

Text Example


Text Example

White with #799CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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