Html Css Color HEX #7592D9 Portage

📋 copy color: '#7592D9'

red 117 ◦ green 146 ◦ blue 217

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

Shades of Portage #7592D9

Tints of Portage #7592D9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.42%

 BLUE value IS 217 (85.16% from 255) = 45.21%

R = 24.38%
G = 30.42%
B = 45.21%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7592D9 (or 0x7592D9) is known color: Portage. HEX triplet: 75, 92 and D9. RGB value is (117,146,217). Sum of RGB (Red+Green+Blue) = 117+146+217=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #7592D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7592D9 is #8A6D26. Grayscale: #919191. Windows color (decimal): -9071911 or 14258805. OLE color: 14258805.

HSL color Cylindrical-coordinate representation of color #7592D9: hue angle of 222.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7592D9 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 146 217 -
CMYK 0.46 0.33 0 0.15
HSL 222.6º 0.57% 0.65% -
HSV(B) 222.6º 0.46% 0.85% -
XYZ 30.14 29.35 69.72 -
YUV 145.42 168.39 107.73 -
System Red Green Blue C M Y K H S L
Decimal 117 146 217 0.46 0.33 0 0.15 222.6 0.57 0.65
Hex 75 92 D9 2E 21 0 F DF 39 41
Octal 165 222 331 56 41 0 17 337 71 101
Binary 1110101 10010010 11011001 101110 100001 0 1111 11011111 111001 1000001

Color Harmonies of #7592D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7592D9

Black with #7592D9

Text Example


Text Example

White with #7592D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7592D9; }

 p { color: rgb(117,146,217); }

 H1.HeaderClassName
 {
   color: #7592D9;
 }
 .AnyTagClassName
 {
   color: #7592D9;
 }
</style>

background-color css

<style>
 a { background-color: #7592D9; }

 a { background-color: rgb(117,146,217); }

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

border-color css

<style>
 span { border-color: #7592D9; }

 span { border-color: rgb(117,146,217); }

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