Html Css Color HEX #7588E0 Portage

📋 copy color: '#7588E0'

red 117 ◦ green 136 ◦ blue 224

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

Shades of Portage #7588E0

Tints of Portage #7588E0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.51%

 BLUE value IS 224 (87.89% from 255) = 46.96%

R = 24.53%
G = 28.51%
B = 46.96%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7588E0 (or 0x7588E0) is known color: Portage. HEX triplet: 75, 88 and E0. RGB value is (117,136,224). Sum of RGB (Red+Green+Blue) = 117+136+224=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #7588E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7588E0 is #8A771F. Grayscale: #8B8B8B. Windows color (decimal): -9074464 or 14714997. OLE color: 14714997.

HSL color Cylindrical-coordinate representation of color #7588E0: hue angle of 229.35º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7588E0 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 136 224 -
CMYK 0.48 0.39 0 0.12
HSL 229.35º 0.63% 0.67% -
HSV(B) 229.35º 0.48% 0.88% -
XYZ 29.59 26.77 74.13 -
YUV 140.35 175.21 111.34 -
System Red Green Blue C M Y K H S L
Decimal 117 136 224 0.48 0.39 0 0.12 229.35 0.63 0.67
Hex 75 88 E0 30 27 0 C E5 3F 43
Octal 165 210 340 60 47 0 14 345 77 103
Binary 1110101 10001000 11100000 110000 100111 0 1100 11100101 111111 1000011

Color Harmonies of #7588E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7588E0

Black with #7588E0

Text Example


Text Example

White with #7588E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7588E0; }

 p { color: rgb(117,136,224); }

 H1.HeaderClassName
 {
   color: #7588E0;
 }
 .AnyTagClassName
 {
   color: #7588E0;
 }
</style>

background-color css

<style>
 a { background-color: #7588E0; }

 a { background-color: rgb(117,136,224); }

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

border-color css

<style>
 span { border-color: #7588E0; }

 span { border-color: rgb(117,136,224); }

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