Html Css Color HEX #7485DA Portage

📋 copy color: '#7485DA'

red 116 ◦ green 133 ◦ blue 218

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

Shades of Portage #7485DA

Tints of Portage #7485DA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.48%

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

R = 24.84%
G = 28.48%
B = 46.68%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7485DA (or 0x7485DA) is known color: Portage. HEX triplet: 74, 85 and DA. RGB value is (116,133,218). Sum of RGB (Red+Green+Blue) = 116+133+218=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #7485DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7485DA is #8B7A25. Grayscale: #898989. Windows color (decimal): -9140774 or 14321012. OLE color: 14321012.

HSL color Cylindrical-coordinate representation of color #7485DA: hue angle of 230º 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 #7485DA is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 133 218 -
CMYK 0.47 0.39 0 0.15
HSL 230º 0.58% 0.65% -
HSV(B) 230º 0.47% 0.85% -
XYZ 28.24 25.55 69.77 -
YUV 137.61 173.37 112.59 -
System Red Green Blue C M Y K H S L
Decimal 116 133 218 0.47 0.39 0 0.15 230 0.58 0.65
Hex 74 85 DA 2F 27 0 F E6 3A 41
Octal 164 205 332 57 47 0 17 346 72 101
Binary 1110100 10000101 11011010 101111 100111 0 1111 11100110 111010 1000001

Color Harmonies of #7485DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7485DA

Black with #7485DA

Text Example


Text Example

White with #7485DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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