Html Css Color HEX #7481DA Portage

📋 copy color: '#7481DA'

red 116 ◦ green 129 ◦ blue 218

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

Shades of Portage #7481DA

Tints of Portage #7481DA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.86%

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

R = 25.05%
G = 27.86%
B = 47.08%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7481DA (or 0x7481DA) is known color: Portage. HEX triplet: 74, 81 and DA. RGB value is (116,129,218). Sum of RGB (Red+Green+Blue) = 116+129+218=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #7481DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7481DA is #8B7E25. Grayscale: #868686. Windows color (decimal): -9141798 or 14319988. OLE color: 14319988.

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

Color convert

RGB 116 129 218 -
CMYK 0.47 0.41 0 0.15
HSL 232.35º 0.58% 0.65% -
HSV(B) 232.35º 0.47% 0.85% -
XYZ 27.71 24.48 69.59 -
YUV 135.26 174.69 114.26 -
System Red Green Blue C M Y K H S L
Decimal 116 129 218 0.47 0.41 0 0.15 232.35 0.58 0.65
Hex 74 81 DA 2F 29 0 F E8 3A 41
Octal 164 201 332 57 51 0 17 350 72 101
Binary 1110100 10000001 11011010 101111 101001 0 1111 11101000 111010 1000001

Color Harmonies of #7481DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7481DA

Black with #7481DA

Text Example


Text Example

White with #7481DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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