Html Css Color HEX #758ED4 Portage

📋 copy color: '#758ED4'

red 117 ◦ green 142 ◦ blue 212

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

Shades of Portage #758ED4

Tints of Portage #758ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.01%

R = 24.84%
G = 30.15%
B = 45.01%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#758ED4 (or 0x758ED4) is known color: Portage. HEX triplet: 75, 8E and D4. RGB value is (117,142,212). Sum of RGB (Red+Green+Blue) = 117+142+212=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #758ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ED4 is #8A712B. Grayscale: #8E8E8E. Windows color (decimal): -9072940 or 13930101. OLE color: 13930101.

HSL color Cylindrical-coordinate representation of color #758ED4: hue angle of 224.21º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #758ED4 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 142 212 -
CMYK 0.45 0.33 0 0.17
HSL 224.21º 0.52% 0.65% -
HSV(B) 224.21º 0.45% 0.83% -
XYZ 28.89 27.88 66.15 -
YUV 142.51 167.22 109.81 -
System Red Green Blue C M Y K H S L
Decimal 117 142 212 0.45 0.33 0 0.17 224.21 0.52 0.65
Hex 75 8E D4 2D 21 0 11 E0 34 41
Octal 165 216 324 55 41 0 21 340 64 101
Binary 1110101 10001110 11010100 101101 100001 0 10001 11100000 110100 1000001

Color Harmonies of #758ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758ED4

Black with #758ED4

Text Example


Text Example

White with #758ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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