Html Css Color HEX #758ED6 Portage

📋 copy color: '#758ED6'

red 117 ◦ green 142 ◦ blue 214

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

Shades of Portage #758ED6

Tints of Portage #758ED6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.02%

 BLUE value IS 214 (83.98% from 255) = 45.24%

R = 24.74%
G = 30.02%
B = 45.24%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#758ED6 (or 0x758ED6) is known color: Portage. HEX triplet: 75, 8E and D6. RGB value is (117,142,214). Sum of RGB (Red+Green+Blue) = 117+142+214=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #758ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ED6 is #8A7129. Grayscale: #8E8E8E. Windows color (decimal): -9072938 or 14061173. OLE color: 14061173.

HSL color Cylindrical-coordinate representation of color #758ED6: hue angle of 224.54º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #758ED6 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 142 214 -
CMYK 0.45 0.34 0 0.16
HSL 224.54º 0.54% 0.65% -
HSV(B) 224.54º 0.45% 0.84% -
XYZ 29.15 27.98 67.48 -
YUV 142.73 168.22 109.65 -
System Red Green Blue C M Y K H S L
Decimal 117 142 214 0.45 0.34 0 0.16 224.54 0.54 0.65
Hex 75 8E D6 2D 22 0 10 E1 36 41
Octal 165 216 326 55 42 0 20 341 66 101
Binary 1110101 10001110 11010110 101101 100010 0 10000 11100001 110110 1000001

Color Harmonies of #758ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758ED6

Black with #758ED6

Text Example


Text Example

White with #758ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758ED6; }

 p { color: rgb(117,142,214); }

 H1.HeaderClassName
 {
   color: #758ED6;
 }
 .AnyTagClassName
 {
   color: #758ED6;
 }
</style>

background-color css

<style>
 a { background-color: #758ED6; }

 a { background-color: rgb(117,142,214); }

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

border-color css

<style>
 span { border-color: #758ED6; }

 span { border-color: rgb(117,142,214); }

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