Html Css Color HEX #7584D7 Portage

📋 copy color: '#7584D7'

red 117 ◦ green 132 ◦ blue 215

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

Shades of Portage #7584D7

Tints of Portage #7584D7

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.45%

 BLUE value IS 215 (84.38% from 255) = 46.34%

R = 25.22%
G = 28.45%
B = 46.34%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7584D7 (or 0x7584D7) is known color: Portage. HEX triplet: 75, 84 and D7. RGB value is (117,132,215). Sum of RGB (Red+Green+Blue) = 117+132+215=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 215 (84.38% from 255 or 46.34% from 464); Max value from RGB is 215 - color contains mainly: blue. Hex color #7584D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584D7 is #8A7B28. Grayscale: #888888. Windows color (decimal): -9075497 or 14124149. OLE color: 14124149.

HSL color Cylindrical-coordinate representation of color #7584D7: hue angle of 230.82º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7584D7 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 132 215 -
CMYK 0.46 0.39 0 0.16
HSL 230.82º 0.55% 0.65% -
HSV(B) 230.82º 0.46% 0.84% -
XYZ 27.85 25.19 67.68 -
YUV 136.98 172.03 113.75 -
System Red Green Blue C M Y K H S L
Decimal 117 132 215 0.46 0.39 0 0.16 230.82 0.55 0.65
Hex 75 84 D7 2E 27 0 10 E7 37 41
Octal 165 204 327 56 47 0 20 347 67 101
Binary 1110101 10000100 11010111 101110 100111 0 10000 11100111 110111 1000001

Color Harmonies of #7584D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7584D7

Black with #7584D7

Text Example


Text Example

White with #7584D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7584D7; }

 p { color: rgb(117,132,215); }

 H1.HeaderClassName
 {
   color: #7584D7;
 }
 .AnyTagClassName
 {
   color: #7584D7;
 }
</style>

background-color css

<style>
 a { background-color: #7584D7; }

 a { background-color: rgb(117,132,215); }

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

border-color css

<style>
 span { border-color: #7584D7; }

 span { border-color: rgb(117,132,215); }

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