Html Css Color HEX #7586D4 Portage

📋 copy color: '#7586D4'

red 117 ◦ green 134 ◦ blue 212

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

Shades of Portage #7586D4

Tints of Portage #7586D4

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.94%

 BLUE value IS 212 (83.2% from 255) = 45.79%

R = 25.27%
G = 28.94%
B = 45.79%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7586D4 (or 0x7586D4) is known color: Portage. HEX triplet: 75, 86 and D4. RGB value is (117,134,212). Sum of RGB (Red+Green+Blue) = 117+134+212=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 212 - color contains mainly: blue. Hex color #7586D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7586D4 is #8A792B. Grayscale: #898989. Windows color (decimal): -9074988 or 13928053. OLE color: 13928053.

HSL color Cylindrical-coordinate representation of color #7586D4: hue angle of 229.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7586D4 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 134 212 -
CMYK 0.45 0.37 0 0.17
HSL 229.26º 0.52% 0.65% -
HSV(B) 229.26º 0.45% 0.83% -
XYZ 27.74 25.59 65.76 -
YUV 137.81 169.87 113.16 -
System Red Green Blue C M Y K H S L
Decimal 117 134 212 0.45 0.37 0 0.17 229.26 0.52 0.65
Hex 75 86 D4 2D 25 0 11 E5 34 41
Octal 165 206 324 55 45 0 21 345 64 101
Binary 1110101 10000110 11010100 101101 100101 0 10001 11100101 110100 1000001

Color Harmonies of #7586D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7586D4

Black with #7586D4

Text Example


Text Example

White with #7586D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7586D4; }

 p { color: rgb(117,134,212); }

 H1.HeaderClassName
 {
   color: #7586D4;
 }
 .AnyTagClassName
 {
   color: #7586D4;
 }
</style>

background-color css

<style>
 a { background-color: #7586D4; }

 a { background-color: rgb(117,134,212); }

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

border-color css

<style>
 span { border-color: #7586D4; }

 span { border-color: rgb(117,134,212); }

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