Html Css Color HEX #799AC3 Polo Blue

📋 copy color: '#799AC3'

red 121 ◦ green 154 ◦ blue 195

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

Shades of Polo Blue #799AC3

Tints of Polo Blue #799AC3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.77%

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

R = 25.74%
G = 32.77%
B = 41.49%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#799AC3 (or 0x799AC3) is known color: Polo Blue. HEX triplet: 79, 9A and C3. RGB value is (121,154,195). Sum of RGB (Red+Green+Blue) = 121+154+195=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 195 - color contains mainly: blue. Hex color #799AC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AC3 is #86653C. Grayscale: #949494. Windows color (decimal): -8807741 or 12819065. OLE color: 12819065.

HSL color Cylindrical-coordinate representation of color #799AC3: hue angle of 213.24º 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 #799AC3 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 121 154 195 -
CMYK 0.38 0.21 0 0.24
HSL 213.24º 0.38% 0.62% -
HSV(B) 213.24º 0.38% 0.76% -
XYZ 29.29 31.12 56.09 -
YUV 148.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 121 154 195 0.38 0.21 0 0.24 213.24 0.38 0.62
Hex 79 9A C3 26 15 0 18 D5 26 3E
Octal 171 232 303 46 25 0 30 325 46 76
Binary 1111001 10011010 11000011 100110 10101 0 11000 11010101 100110 111110

Color Harmonies of #799AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799AC3

Black with #799AC3

Text Example


Text Example

White with #799AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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