Html Css Color HEX #7482DB Portage

📋 copy color: '#7482DB'

red 116 ◦ green 130 ◦ blue 219

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

Shades of Portage #7482DB

Tints of Portage #7482DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.96%

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 24.95%
G = 27.96%
B = 47.1%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7482DB (or 0x7482DB) is known color: Portage. HEX triplet: 74, 82 and DB. RGB value is (116,130,219). Sum of RGB (Red+Green+Blue) = 116+130+219=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #7482DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7482DB is #8B7D24. Grayscale: #878787. Windows color (decimal): -9141541 or 14385780. OLE color: 14385780.

HSL color Cylindrical-coordinate representation of color #7482DB: hue angle of 231.84º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7482DB is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 130 219 -
CMYK 0.47 0.41 0 0.14
HSL 231.84º 0.59% 0.66% -
HSV(B) 231.84º 0.47% 0.86% -
XYZ 27.97 24.79 70.33 -
YUV 135.96 174.86 113.76 -
System Red Green Blue C M Y K H S L
Decimal 116 130 219 0.47 0.41 0 0.14 231.84 0.59 0.66
Hex 74 82 DB 2F 29 0 E E8 3B 42
Octal 164 202 333 57 51 0 16 350 73 102
Binary 1110100 10000010 11011011 101111 101001 0 1110 11101000 111011 1000010

Color Harmonies of #7482DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7482DB

Black with #7482DB

Text Example


Text Example

White with #7482DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7482DB; }

 p { color: rgb(116,130,219); }

 H1.HeaderClassName
 {
   color: #7482DB;
 }
 .AnyTagClassName
 {
   color: #7482DB;
 }
</style>

background-color css

<style>
 a { background-color: #7482DB; }

 a { background-color: rgb(116,130,219); }

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

border-color css

<style>
 span { border-color: #7482DB; }

 span { border-color: rgb(116,130,219); }

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