Html Css Color HEX #759EC6 Polo Blue

📋 copy color: '#759EC6'

red 117 ◦ green 158 ◦ blue 198

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

Shades of Polo Blue #759EC6

Tints of Polo Blue #759EC6

RGB

 RED value IS 117 (46.09% from 255) = 24.74%

 GREEN value IS 158 (62.11% from 255) = 33.4%

 BLUE value IS 198 (77.73% from 255) = 41.86%

R = 24.74%
G = 33.4%
B = 41.86%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#759EC6 (or 0x759EC6) is known color: Polo Blue. HEX triplet: 75, 9E and C6. RGB value is (117,158,198). Sum of RGB (Red+Green+Blue) = 117+158+198=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #759EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759EC6 is #8A6139. Grayscale: #969696. Windows color (decimal): -9068858 or 13016693. OLE color: 13016693.

HSL color Cylindrical-coordinate representation of color #759EC6: hue angle of 209.63º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #759EC6 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 158 198 -
CMYK 0.41 0.20 0 0.22
HSL 209.63º 0.42% 0.62% -
HSV(B) 209.63º 0.41% 0.78% -
XYZ 29.76 32.31 58.09 -
YUV 150.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 117 158 198 0.41 0.20 0 0.22 209.63 0.42 0.62
Hex 75 9E C6 29 14 0 16 D2 2A 3E
Octal 165 236 306 51 24 0 26 322 52 76
Binary 1110101 10011110 11000110 101001 10100 0 10110 11010010 101010 111110

Color Harmonies of #759EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759EC6

Black with #759EC6

Text Example


Text Example

White with #759EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759EC6; }

 p { color: rgb(117,158,198); }

 H1.HeaderClassName
 {
   color: #759EC6;
 }
 .AnyTagClassName
 {
   color: #759EC6;
 }
</style>

background-color css

<style>
 a { background-color: #759EC6; }

 a { background-color: rgb(117,158,198); }

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

border-color css

<style>
 span { border-color: #759EC6; }

 span { border-color: rgb(117,158,198); }

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