Html Css Color HEX #7587E0 Portage

📋 copy color: '#7587E0'

red 117 ◦ green 135 ◦ blue 224

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

Shades of Portage #7587E0

Tints of Portage #7587E0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.36%

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

R = 24.58%
G = 28.36%
B = 47.06%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7587E0 (or 0x7587E0) is known color: Portage. HEX triplet: 75, 87 and E0. RGB value is (117,135,224). Sum of RGB (Red+Green+Blue) = 117+135+224=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #7587E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7587E0 is #8A781F. Grayscale: #8B8B8B. Windows color (decimal): -9074720 or 14714741. OLE color: 14714741.

HSL color Cylindrical-coordinate representation of color #7587E0: hue angle of 229.91º 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 #7587E0 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 135 224 -
CMYK 0.48 0.40 0 0.12
HSL 229.91º 0.63% 0.67% -
HSV(B) 229.91º 0.48% 0.88% -
XYZ 29.45 26.49 74.08 -
YUV 139.76 175.54 111.76 -
System Red Green Blue C M Y K H S L
Decimal 117 135 224 0.48 0.40 0 0.12 229.91 0.63 0.67
Hex 75 87 E0 30 28 0 C E6 3F 43
Octal 165 207 340 60 50 0 14 346 77 103
Binary 1110101 10000111 11100000 110000 101000 0 1100 11100110 111111 1000011

Color Harmonies of #7587E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7587E0

Black with #7587E0

Text Example


Text Example

White with #7587E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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