Html Css Color HEX #7589D4 Portage

📋 copy color: '#7589D4'

red 117 ◦ green 137 ◦ blue 212

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

Shades of Portage #7589D4

Tints of Portage #7589D4

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.4%

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

R = 25.11%
G = 29.4%
B = 45.49%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7589D4 (or 0x7589D4) is known color: Portage. HEX triplet: 75, 89 and D4. RGB value is (117,137,212). Sum of RGB (Red+Green+Blue) = 117+137+212=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #7589D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7589D4 is #8A762B. Grayscale: #8B8B8B. Windows color (decimal): -9074220 or 13928821. OLE color: 13928821.

HSL color Cylindrical-coordinate representation of color #7589D4: hue angle of 227.37º 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 #7589D4 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 137 212 -
CMYK 0.45 0.35 0 0.17
HSL 227.37º 0.52% 0.65% -
HSV(B) 227.37º 0.45% 0.83% -
XYZ 28.17 26.43 65.9 -
YUV 139.57 168.87 111.9 -
System Red Green Blue C M Y K H S L
Decimal 117 137 212 0.45 0.35 0 0.17 227.37 0.52 0.65
Hex 75 89 D4 2D 23 0 11 E3 34 41
Octal 165 211 324 55 43 0 21 343 64 101
Binary 1110101 10001001 11010100 101101 100011 0 10001 11100011 110100 1000001

Color Harmonies of #7589D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7589D4

Black with #7589D4

Text Example


Text Example

White with #7589D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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