Html Css Color HEX #758CD5 Portage

📋 copy color: '#758CD5'

red 117 ◦ green 140 ◦ blue 213

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

Shades of Portage #758CD5

Tints of Portage #758CD5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.79%

 BLUE value IS 213 (83.59% from 255) = 45.32%

R = 24.89%
G = 29.79%
B = 45.32%

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

#758CD5 (or 0x758CD5) is known color: Portage. HEX triplet: 75, 8C and D5. RGB value is (117,140,213). Sum of RGB (Red+Green+Blue) = 117+140+213=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #758CD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CD5 is #8A732A. Grayscale: #8D8D8D. Windows color (decimal): -9073451 or 13995125. OLE color: 13995125.

HSL color Cylindrical-coordinate representation of color #758CD5: hue angle of 225.62º degrees, saturation: 0.53, 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 #758CD5 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 140 213 -
CMYK 0.45 0.34 0 0.16
HSL 225.63º 0.53% 0.65% -
HSV(B) 225.63º 0.45% 0.84% -
XYZ 28.72 27.34 66.71 -
YUV 141.45 168.38 110.56 -
System Red Green Blue C M Y K H S L
Decimal 117 140 213 0.45 0.34 0 0.16 225.63 0.53 0.65
Hex 75 8C D5 2D 22 0 10 E2 35 41
Octal 165 214 325 55 42 0 20 342 65 101
Binary 1110101 10001100 11010101 101101 100010 0 10000 11100010 110101 1000001

Color Harmonies of #758CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CD5

Black with #758CD5

Text Example


Text Example

White with #758CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,140,213); }

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

background-color css

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

 a { background-color: rgb(117,140,213); }

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

border-color css

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

 span { border-color: rgb(117,140,213); }

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