Html Css Color HEX #7585E0 Portage

📋 copy color: '#7585E0'

red 117 ◦ green 133 ◦ blue 224

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

Shades of Portage #7585E0

Tints of Portage #7585E0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.06%

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

R = 24.68%
G = 28.06%
B = 47.26%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7585E0 (or 0x7585E0) is known color: Portage. HEX triplet: 75, 85 and E0. RGB value is (117,133,224). Sum of RGB (Red+Green+Blue) = 117+133+224=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #7585E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7585E0 is #8A7A1F. Grayscale: #8A8A8A. Windows color (decimal): -9075232 or 14714229. OLE color: 14714229.

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

Color convert

RGB 117 133 224 -
CMYK 0.48 0.41 0 0.12
HSL 231.03º 0.63% 0.67% -
HSV(B) 231.03º 0.48% 0.88% -
XYZ 29.18 25.94 73.99 -
YUV 138.59 176.2 112.6 -
System Red Green Blue C M Y K H S L
Decimal 117 133 224 0.48 0.41 0 0.12 231.03 0.63 0.67
Hex 75 85 E0 30 29 0 C E7 3F 43
Octal 165 205 340 60 51 0 14 347 77 103
Binary 1110101 10000101 11100000 110000 101001 0 1100 11100111 111111 1000011

Color Harmonies of #7585E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7585E0

Black with #7585E0

Text Example


Text Example

White with #7585E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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