Html Css Color HEX #7A9ACF Polo Blue

📋 copy color: '#7A9ACF'

red 122 ◦ green 154 ◦ blue 207

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

Shades of Polo Blue #7A9ACF

Tints of Polo Blue #7A9ACF

RGB

 RED value IS 122 (48.05% from 255) = 25.26%

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

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 25.26%
G = 31.88%
B = 42.86%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A9ACF (or 0x7A9ACF) is known color: Polo Blue. HEX triplet: 7A, 9A and CF. RGB value is (122,154,207). Sum of RGB (Red+Green+Blue) = 122+154+207=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A9ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9ACF is #856530. Grayscale: #969696. Windows color (decimal): -8742193 or 13605498. OLE color: 13605498.

HSL color Cylindrical-coordinate representation of color #7A9ACF: hue angle of 217.41º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A9ACF is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 154 207 -
CMYK 0.41 0.26 0 0.19
HSL 217.41º 0.47% 0.65% -
HSV(B) 217.41º 0.41% 0.81% -
XYZ 30.84 31.75 63.53 -
YUV 150.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 122 154 207 0.41 0.26 0 0.19 217.41 0.47 0.65
Hex 7A 9A CF 29 1A 0 13 D9 2F 41
Octal 172 232 317 51 32 0 23 331 57 101
Binary 1111010 10011010 11001111 101001 11010 0 10011 11011001 101111 1000001

Color Harmonies of #7A9ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9ACF

Black with #7A9ACF

Text Example


Text Example

White with #7A9ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A9ACF; }

 p { color: rgb(122,154,207); }

 H1.HeaderClassName
 {
   color: #7A9ACF;
 }
 .AnyTagClassName
 {
   color: #7A9ACF;
 }
</style>

background-color css

<style>
 a { background-color: #7A9ACF; }

 a { background-color: rgb(122,154,207); }

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

border-color css

<style>
 span { border-color: #7A9ACF; }

 span { border-color: rgb(122,154,207); }

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