Html Css Color HEX #758DDD Portage

📋 copy color: '#758DDD'

red 117 ◦ green 141 ◦ blue 221

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

Shades of Portage #758DDD

Tints of Portage #758DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 24.43%
G = 29.44%
B = 46.14%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#758DDD (or 0x758DDD) is known color: Portage. HEX triplet: 75, 8D and DD. RGB value is (117,141,221). Sum of RGB (Red+Green+Blue) = 117+141+221=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #758DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DDD is #8A7222. Grayscale: #8E8E8E. Windows color (decimal): -9073187 or 14519669. OLE color: 14519669.

HSL color Cylindrical-coordinate representation of color #758DDD: hue angle of 226.15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #758DDD is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 141 221 -
CMYK 0.47 0.36 0 0.13
HSL 226.15º 0.6% 0.66% -
HSV(B) 226.15º 0.47% 0.87% -
XYZ 29.91 28.05 72.24 -
YUV 142.94 172.05 109.5 -
System Red Green Blue C M Y K H S L
Decimal 117 141 221 0.47 0.36 0 0.13 226.15 0.6 0.66
Hex 75 8D DD 2F 24 0 D E2 3C 42
Octal 165 215 335 57 44 0 15 342 74 102
Binary 1110101 10001101 11011101 101111 100100 0 1101 11100010 111100 1000010

Color Harmonies of #758DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DDD

Black with #758DDD

Text Example


Text Example

White with #758DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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