Html Css Color HEX #7481DB Portage

📋 copy color: '#7481DB'

red 116 ◦ green 129 ◦ blue 219

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

Shades of Portage #7481DB

Tints of Portage #7481DB

RGB

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

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

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

R = 25%
G = 27.8%
B = 47.2%

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

#7481DB (or 0x7481DB) is known color: Portage. HEX triplet: 74, 81 and DB. RGB value is (116,129,219). Sum of RGB (Red+Green+Blue) = 116+129+219=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #7481DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7481DB is #8B7E24. Grayscale: #878787. Windows color (decimal): -9141797 or 14385524. OLE color: 14385524.

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

Color convert

RGB 116 129 219 -
CMYK 0.47 0.41 0 0.14
HSL 232.43º 0.59% 0.66% -
HSV(B) 232.43º 0.47% 0.86% -
XYZ 27.84 24.53 70.28 -
YUV 135.37 175.19 114.18 -
System Red Green Blue C M Y K H S L
Decimal 116 129 219 0.47 0.41 0 0.14 232.43 0.59 0.66
Hex 74 81 DB 2F 29 0 E E8 3B 42
Octal 164 201 333 57 51 0 16 350 73 102
Binary 1110100 10000001 11011011 101111 101001 0 1110 11101000 111011 1000010

Color Harmonies of #7481DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7481DB

Black with #7481DB

Text Example


Text Example

White with #7481DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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