Html Css Color HEX #758EDA Portage

📋 copy color: '#758EDA'

red 117 ◦ green 142 ◦ blue 218

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

Shades of Portage #758EDA

Tints of Portage #758EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 24.53%
G = 29.77%
B = 45.7%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#758EDA (or 0x758EDA) is known color: Portage. HEX triplet: 75, 8E and DA. RGB value is (117,142,218). Sum of RGB (Red+Green+Blue) = 117+142+218=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #758EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758EDA is #8A7125. Grayscale: #8E8E8E. Windows color (decimal): -9072934 or 14323317. OLE color: 14323317.

HSL color Cylindrical-coordinate representation of color #758EDA: hue angle of 225.15º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #758EDA is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 142 218 -
CMYK 0.46 0.35 0 0.15
HSL 225.15º 0.58% 0.66% -
HSV(B) 225.15º 0.46% 0.85% -
XYZ 29.66 28.19 70.21 -
YUV 143.19 170.22 109.32 -
System Red Green Blue C M Y K H S L
Decimal 117 142 218 0.46 0.35 0 0.15 225.15 0.58 0.66
Hex 75 8E DA 2E 23 0 F E1 3A 42
Octal 165 216 332 56 43 0 17 341 72 102
Binary 1110101 10001110 11011010 101110 100011 0 1111 11100001 111010 1000010

Color Harmonies of #758EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758EDA

Black with #758EDA

Text Example


Text Example

White with #758EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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