Html Css Color HEX #758DDA Portage

📋 copy color: '#758DDA'

red 117 ◦ green 141 ◦ blue 218

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

Shades of Portage #758DDA

Tints of Portage #758DDA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.62%

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

R = 24.58%
G = 29.62%
B = 45.8%

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

#758DDA (or 0x758DDA) is known color: Portage. HEX triplet: 75, 8D and DA. RGB value is (117,141,218). Sum of RGB (Red+Green+Blue) = 117+141+218=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #758DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DDA is #8A7225. Grayscale: #8E8E8E. Windows color (decimal): -9073190 or 14323061. OLE color: 14323061.

HSL color Cylindrical-coordinate representation of color #758DDA: hue angle of 225.74º 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 #758DDA is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 141 218 -
CMYK 0.46 0.35 0 0.15
HSL 225.74º 0.58% 0.66% -
HSV(B) 225.74º 0.46% 0.85% -
XYZ 29.52 27.89 70.16 -
YUV 142.6 170.55 109.74 -
System Red Green Blue C M Y K H S L
Decimal 117 141 218 0.46 0.35 0 0.15 225.74 0.58 0.66
Hex 75 8D DA 2E 23 0 F E2 3A 42
Octal 165 215 332 56 43 0 17 342 72 102
Binary 1110101 10001101 11011010 101110 100011 0 1111 11100010 111010 1000010

Color Harmonies of #758DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DDA

Black with #758DDA

Text Example


Text Example

White with #758DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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