Html Css Color HEX #7581DB Portage

📋 copy color: '#7581DB'

red 117 ◦ green 129 ◦ blue 219

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

Shades of Portage #7581DB

Tints of Portage #7581DB

RGB

 RED value IS 117 (46.09% from 255) = 25.16%

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

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

R = 25.16%
G = 27.74%
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

#7581DB (or 0x7581DB) is known color: Portage. HEX triplet: 75, 81 and DB. RGB value is (117,129,219). Sum of RGB (Red+Green+Blue) = 117+129+219=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 129 (50.78% from 255 or 27.74% 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 #7581DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7581DB is #8A7E24. Grayscale: #878787. Windows color (decimal): -9076261 or 14385525. OLE color: 14385525.

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

Color convert

RGB 117 129 219 -
CMYK 0.47 0.41 0 0.14
HSL 232.94º 0.59% 0.66% -
HSV(B) 232.94º 0.47% 0.86% -
XYZ 27.97 24.6 70.29 -
YUV 135.67 175.02 114.68 -
System Red Green Blue C M Y K H S L
Decimal 117 129 219 0.47 0.41 0 0.14 232.94 0.59 0.66
Hex 75 81 DB 2F 29 0 E E9 3B 42
Octal 165 201 333 57 51 0 16 351 73 102
Binary 1110101 10000001 11011011 101111 101001 0 1110 11101001 111011 1000010

Color Harmonies of #7581DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7581DB

Black with #7581DB

Text Example


Text Example

White with #7581DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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