Html Css Color HEX #7585E2 Portage

📋 copy color: '#7585E2'

red 117 ◦ green 133 ◦ blue 226

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

Shades of Portage #7585E2

Tints of Portage #7585E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.48%

R = 24.58%
G = 27.94%
B = 47.48%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7585E2 (or 0x7585E2) is known color: Portage. HEX triplet: 75, 85 and E2. RGB value is (117,133,226). Sum of RGB (Red+Green+Blue) = 117+133+226=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 226 - color contains mainly: blue. Hex color #7585E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7585E2 is #8A7A1D. Grayscale: #8A8A8A. Windows color (decimal): -9075230 or 14845301. OLE color: 14845301.

HSL color Cylindrical-coordinate representation of color #7585E2: hue angle of 231.19º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7585E2 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 133 226 -
CMYK 0.48 0.41 0 0.11
HSL 231.19º 0.65% 0.67% -
HSV(B) 231.19º 0.48% 0.89% -
XYZ 29.45 26.05 75.43 -
YUV 138.82 177.2 112.44 -
System Red Green Blue C M Y K H S L
Decimal 117 133 226 0.48 0.41 0 0.11 231.19 0.65 0.67
Hex 75 85 E2 30 29 0 B E7 41 43
Octal 165 205 342 60 51 0 13 347 101 103
Binary 1110101 10000101 11100010 110000 101001 0 1011 11100111 1000001 1000011

Color Harmonies of #7585E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7585E2

Black with #7585E2

Text Example


Text Example

White with #7585E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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