Html Css Color HEX #7489DA Portage

📋 copy color: '#7489DA'

red 116 ◦ green 137 ◦ blue 218

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

Shades of Portage #7489DA

Tints of Portage #7489DA

RGB

 RED value IS 116 (45.7% from 255) = 24.63%

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

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

R = 24.63%
G = 29.09%
B = 46.28%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7489DA (or 0x7489DA) is known color: Portage. HEX triplet: 74, 89 and DA. RGB value is (116,137,218). Sum of RGB (Red+Green+Blue) = 116+137+218=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #7489DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7489DA is #8B7625. Grayscale: #8B8B8B. Windows color (decimal): -9139750 or 14322036. OLE color: 14322036.

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

Color convert

RGB 116 137 218 -
CMYK 0.47 0.37 0 0.15
HSL 227.65º 0.58% 0.65% -
HSV(B) 227.65º 0.47% 0.85% -
XYZ 28.8 26.67 69.96 -
YUV 139.96 172.04 110.91 -
System Red Green Blue C M Y K H S L
Decimal 116 137 218 0.47 0.37 0 0.15 227.65 0.58 0.65
Hex 74 89 DA 2F 25 0 F E4 3A 41
Octal 164 211 332 57 45 0 17 344 72 101
Binary 1110100 10001001 11011010 101111 100101 0 1111 11100100 111010 1000001

Color Harmonies of #7489DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7489DA

Black with #7489DA

Text Example


Text Example

White with #7489DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,137,218); }

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

background-color css

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

 a { background-color: rgb(116,137,218); }

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

border-color css

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

 span { border-color: rgb(116,137,218); }

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