Html Css Color HEX #7482DA Portage

📋 copy color: '#7482DA'

red 116 ◦ green 130 ◦ blue 218

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

Shades of Portage #7482DA

Tints of Portage #7482DA

RGB

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

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

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

R = 25%
G = 28.02%
B = 46.98%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7482DA (or 0x7482DA) is known color: Portage. HEX triplet: 74, 82 and DA. RGB value is (116,130,218). Sum of RGB (Red+Green+Blue) = 116+130+218=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #7482DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7482DA is #8B7D25. Grayscale: #878787. Windows color (decimal): -9141542 or 14320244. OLE color: 14320244.

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

Color convert

RGB 116 130 218 -
CMYK 0.47 0.40 0 0.15
HSL 231.76º 0.58% 0.65% -
HSV(B) 231.76º 0.47% 0.85% -
XYZ 27.84 24.74 69.64 -
YUV 135.85 174.36 113.84 -
System Red Green Blue C M Y K H S L
Decimal 116 130 218 0.47 0.40 0 0.15 231.76 0.58 0.65
Hex 74 82 DA 2F 28 0 F E8 3A 41
Octal 164 202 332 57 50 0 17 350 72 101
Binary 1110100 10000010 11011010 101111 101000 0 1111 11101000 111010 1000001

Color Harmonies of #7482DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7482DA

Black with #7482DA

Text Example


Text Example

White with #7482DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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