Html Css Color HEX #7486DD Portage

📋 copy color: '#7486DD'

red 116 ◦ green 134 ◦ blue 221

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

Shades of Portage #7486DD

Tints of Portage #7486DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.45%

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

R = 24.63%
G = 28.45%
B = 46.92%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7486DD (or 0x7486DD) is known color: Portage. HEX triplet: 74, 86 and DD. RGB value is (116,134,221). Sum of RGB (Red+Green+Blue) = 116+134+221=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #7486DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7486DD is #8B7922. Grayscale: #8A8A8A. Windows color (decimal): -9140515 or 14517876. OLE color: 14517876.

HSL color Cylindrical-coordinate representation of color #7486DD: hue angle of 229.71º 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 #7486DD is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 134 221 -
CMYK 0.48 0.39 0 0.13
HSL 229.71º 0.61% 0.66% -
HSV(B) 229.71º 0.48% 0.87% -
XYZ 28.78 25.98 71.91 -
YUV 138.54 174.54 111.93 -
System Red Green Blue C M Y K H S L
Decimal 116 134 221 0.48 0.39 0 0.13 229.71 0.61 0.66
Hex 74 86 DD 30 27 0 D E6 3D 42
Octal 164 206 335 60 47 0 15 346 75 102
Binary 1110100 10000110 11011101 110000 100111 0 1101 11100110 111101 1000010

Color Harmonies of #7486DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7486DD

Black with #7486DD

Text Example


Text Example

White with #7486DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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