Html Css Color HEX #799CC4 Polo Blue

📋 copy color: '#799CC4'

red 121 ◦ green 156 ◦ blue 196

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

Shades of Polo Blue #799CC4

Tints of Polo Blue #799CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.44%

R = 25.58%
G = 32.98%
B = 41.44%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#799CC4 (or 0x799CC4) is known color: Polo Blue. HEX triplet: 79, 9C and C4. RGB value is (121,156,196). Sum of RGB (Red+Green+Blue) = 121+156+196=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #799CC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CC4 is #86633B. Grayscale: #959595. Windows color (decimal): -8807228 or 12885113. OLE color: 12885113.

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

Color convert

RGB 121 156 196 -
CMYK 0.38 0.20 0 0.23
HSL 212º 0.39% 0.62% -
HSV(B) 212º 0.38% 0.77% -
XYZ 29.74 31.83 56.8 -
YUV 150.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 121 156 196 0.38 0.20 0 0.23 212 0.39 0.62
Hex 79 9C C4 26 14 0 17 D4 27 3E
Octal 171 234 304 46 24 0 27 324 47 76
Binary 1111001 10011100 11000100 100110 10100 0 10111 11010100 100111 111110

Color Harmonies of #799CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CC4

Black with #799CC4

Text Example


Text Example

White with #799CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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