Html Css Color HEX #7D9ACF Polo Blue

📋 copy color: '#7D9ACF'

red 125 ◦ green 154 ◦ blue 207

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

Shades of Polo Blue #7D9ACF

Tints of Polo Blue #7D9ACF

RGB

 RED value IS 125 (49.22% from 255) = 25.72%

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

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

R = 25.72%
G = 31.69%
B = 42.59%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D9ACF (or 0x7D9ACF) is known color: Polo Blue. HEX triplet: 7D, 9A and CF. RGB value is (125,154,207). Sum of RGB (Red+Green+Blue) = 125+154+207=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D9ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9ACF is #826530. Grayscale: #979797. Windows color (decimal): -8545585 or 13605501. OLE color: 13605501.

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

Color convert

RGB 125 154 207 -
CMYK 0.40 0.26 0 0.19
HSL 218.78º 0.46% 0.65% -
HSV(B) 218.78º 0.4% 0.81% -
XYZ 31.28 31.98 63.56 -
YUV 151.37 159.39 109.19 -
System Red Green Blue C M Y K H S L
Decimal 125 154 207 0.40 0.26 0 0.19 218.78 0.46 0.65
Hex 7D 9A CF 28 1A 0 13 DB 2E 41
Octal 175 232 317 50 32 0 23 333 56 101
Binary 1111101 10011010 11001111 101000 11010 0 10011 11011011 101110 1000001

Color Harmonies of #7D9ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9ACF

Black with #7D9ACF

Text Example


Text Example

White with #7D9ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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