Html Css Color HEX #7594DA Portage

📋 copy color: '#7594DA'

red 117 ◦ green 148 ◦ blue 218

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

Shades of Portage #7594DA

Tints of Portage #7594DA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.64%

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 24.22%
G = 30.64%
B = 45.13%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7594DA (or 0x7594DA) is known color: Portage. HEX triplet: 75, 94 and DA. RGB value is (117,148,218). Sum of RGB (Red+Green+Blue) = 117+148+218=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #7594DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7594DA is #8A6B25. Grayscale: #929292. Windows color (decimal): -9071398 or 14324853. OLE color: 14324853.

HSL color Cylindrical-coordinate representation of color #7594DA: hue angle of 221.58º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7594DA is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 148 218 -
CMYK 0.46 0.32 0 0.15
HSL 221.58º 0.58% 0.66% -
HSV(B) 221.58º 0.46% 0.85% -
XYZ 30.58 30.02 70.51 -
YUV 146.71 168.23 106.81 -
System Red Green Blue C M Y K H S L
Decimal 117 148 218 0.46 0.32 0 0.15 221.58 0.58 0.66
Hex 75 94 DA 2E 20 0 F DE 3A 42
Octal 165 224 332 56 40 0 17 336 72 102
Binary 1110101 10010100 11011010 101110 100000 0 1111 11011110 111010 1000010

Color Harmonies of #7594DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7594DA

Black with #7594DA

Text Example


Text Example

White with #7594DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7594DA; }

 p { color: rgb(117,148,218); }

 H1.HeaderClassName
 {
   color: #7594DA;
 }
 .AnyTagClassName
 {
   color: #7594DA;
 }
</style>

background-color css

<style>
 a { background-color: #7594DA; }

 a { background-color: rgb(117,148,218); }

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

border-color css

<style>
 span { border-color: #7594DA; }

 span { border-color: rgb(117,148,218); }

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