Html Css Color HEX #7484DD Portage

📋 copy color: '#7484DD'

red 116 ◦ green 132 ◦ blue 221

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

Shades of Portage #7484DD

Tints of Portage #7484DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.14%

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 24.73%
G = 28.14%
B = 47.12%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7484DD (or 0x7484DD) is known color: Portage. HEX triplet: 74, 84 and DD. RGB value is (116,132,221). Sum of RGB (Red+Green+Blue) = 116+132+221=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #7484DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7484DD is #8B7B22. Grayscale: #888888. Windows color (decimal): -9141027 or 14517364. OLE color: 14517364.

HSL color Cylindrical-coordinate representation of color #7484DD: hue angle of 230.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7484DD is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 132 221 -
CMYK 0.48 0.40 0 0.13
HSL 230.86º 0.61% 0.66% -
HSV(B) 230.86º 0.48% 0.87% -
XYZ 28.5 25.44 71.81 -
YUV 137.36 175.2 112.76 -
System Red Green Blue C M Y K H S L
Decimal 116 132 221 0.48 0.40 0 0.13 230.86 0.61 0.66
Hex 74 84 DD 30 28 0 D E7 3D 42
Octal 164 204 335 60 50 0 15 347 75 102
Binary 1110100 10000100 11011101 110000 101000 0 1101 11100111 111101 1000010

Color Harmonies of #7484DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7484DD

Black with #7484DD

Text Example


Text Example

White with #7484DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7484DD; }

 p { color: rgb(116,132,221); }

 H1.HeaderClassName
 {
   color: #7484DD;
 }
 .AnyTagClassName
 {
   color: #7484DD;
 }
</style>

background-color css

<style>
 a { background-color: #7484DD; }

 a { background-color: rgb(116,132,221); }

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

border-color css

<style>
 span { border-color: #7484DD; }

 span { border-color: rgb(116,132,221); }

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