Html Css Color HEX #799CCB Polo Blue

📋 copy color: '#799CCB'

red 121 ◦ green 156 ◦ blue 203

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

Shades of Polo Blue #799CCB

Tints of Polo Blue #799CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 25.21%
G = 32.5%
B = 42.29%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#799CCB (or 0x799CCB) is known color: Polo Blue. HEX triplet: 79, 9C and CB. RGB value is (121,156,203). Sum of RGB (Red+Green+Blue) = 121+156+203=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #799CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CCB is #866334. Grayscale: #969696. Windows color (decimal): -8807221 or 13343865. OLE color: 13343865.

HSL color Cylindrical-coordinate representation of color #799CCB: hue angle of 214.39º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #799CCB is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 156 203 -
CMYK 0.40 0.23 0 0.20
HSL 214.39º 0.44% 0.64% -
HSV(B) 214.39º 0.4% 0.8% -
XYZ 30.55 32.15 61.1 -
YUV 150.89 157.4 106.68 -
System Red Green Blue C M Y K H S L
Decimal 121 156 203 0.40 0.23 0 0.20 214.39 0.44 0.64
Hex 79 9C CB 28 17 0 14 D6 2C 40
Octal 171 234 313 50 27 0 24 326 54 100
Binary 1111001 10011100 11001011 101000 10111 0 10100 11010110 101100 1000000

Color Harmonies of #799CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CCB

Black with #799CCB

Text Example


Text Example

White with #799CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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