Html Css Color HEX #7590DC Portage

📋 copy color: '#7590DC'

red 117 ◦ green 144 ◦ blue 220

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

Shades of Portage #7590DC

Tints of Portage #7590DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.94%

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 24.32%
G = 29.94%
B = 45.74%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7590DC (or 0x7590DC) is known color: Portage. HEX triplet: 75, 90 and DC. RGB value is (117,144,220). Sum of RGB (Red+Green+Blue) = 117+144+220=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #7590DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7590DC is #8A6F23. Grayscale: #909090. Windows color (decimal): -9072420 or 14454901. OLE color: 14454901.

HSL color Cylindrical-coordinate representation of color #7590DC: hue angle of 224.27º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7590DC is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 144 220 -
CMYK 0.47 0.35 0 0.14
HSL 224.27º 0.6% 0.66% -
HSV(B) 224.27º 0.47% 0.86% -
XYZ 30.23 28.9 71.69 -
YUV 144.59 170.55 108.32 -
System Red Green Blue C M Y K H S L
Decimal 117 144 220 0.47 0.35 0 0.14 224.27 0.6 0.66
Hex 75 90 DC 2F 23 0 E E0 3C 42
Octal 165 220 334 57 43 0 16 340 74 102
Binary 1110101 10010000 11011100 101111 100011 0 1110 11100000 111100 1000010

Color Harmonies of #7590DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7590DC

Black with #7590DC

Text Example


Text Example

White with #7590DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7590DC; }

 p { color: rgb(117,144,220); }

 H1.HeaderClassName
 {
   color: #7590DC;
 }
 .AnyTagClassName
 {
   color: #7590DC;
 }
</style>

background-color css

<style>
 a { background-color: #7590DC; }

 a { background-color: rgb(117,144,220); }

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

border-color css

<style>
 span { border-color: #7590DC; }

 span { border-color: rgb(117,144,220); }

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