Html Css Color HEX #799CBF Polo Blue

📋 copy color: '#799CBF'

red 121 ◦ green 156 ◦ blue 191

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

Shades of Polo Blue #799CBF

Tints of Polo Blue #799CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.81%

R = 25.85%
G = 33.33%
B = 40.81%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#799CBF (or 0x799CBF) is known color: Polo Blue. HEX triplet: 79, 9C and BF. RGB value is (121,156,191). Sum of RGB (Red+Green+Blue) = 121+156+191=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #799CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CBF is #866340. Grayscale: #959595. Windows color (decimal): -8807233 or 12557433. OLE color: 12557433.

HSL color Cylindrical-coordinate representation of color #799CBF: hue angle of 210º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #799CBF is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 156 191 -
CMYK 0.37 0.18 0 0.25
HSL 210º 0.35% 0.61% -
HSV(B) 210º 0.37% 0.75% -
XYZ 29.18 31.6 53.85 -
YUV 149.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 121 156 191 0.37 0.18 0 0.25 210 0.35 0.61
Hex 79 9C BF 25 12 0 19 D2 23 3D
Octal 171 234 277 45 22 0 31 322 43 75
Binary 1111001 10011100 10111111 100101 10010 0 11001 11010010 100011 111101

Color Harmonies of #799CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CBF

Black with #799CBF

Text Example


Text Example

White with #799CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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