Html Css Color HEX #7592DC Portage

📋 copy color: '#7592DC'

red 117 ◦ green 146 ◦ blue 220

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

Shades of Portage #7592DC

Tints of Portage #7592DC

RGB

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

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

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

R = 24.22%
G = 30.23%
B = 45.55%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7592DC (or 0x7592DC) is known color: Portage. HEX triplet: 75, 92 and DC. RGB value is (117,146,220). Sum of RGB (Red+Green+Blue) = 117+146+220=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #7592DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7592DC is #8A6D23. Grayscale: #919191. Windows color (decimal): -9071908 or 14455413. OLE color: 14455413.

HSL color Cylindrical-coordinate representation of color #7592DC: hue angle of 223.11º 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 #7592DC is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 146 220 -
CMYK 0.47 0.34 0 0.14
HSL 223.11º 0.6% 0.66% -
HSV(B) 223.11º 0.47% 0.86% -
XYZ 30.53 29.51 71.8 -
YUV 145.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 117 146 220 0.47 0.34 0 0.14 223.11 0.6 0.66
Hex 75 92 DC 2F 22 0 E DF 3C 42
Octal 165 222 334 57 42 0 16 337 74 102
Binary 1110101 10010010 11011100 101111 100010 0 1110 11011111 111100 1000010

Color Harmonies of #7592DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7592DC

Black with #7592DC

Text Example


Text Example

White with #7592DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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