Html Css Color HEX #7580DB Portage

📋 copy color: '#7580DB'

red 117 ◦ green 128 ◦ blue 219

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

Shades of Portage #7580DB

Tints of Portage #7580DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.59%

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

R = 25.22%
G = 27.59%
B = 47.2%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7580DB (or 0x7580DB) is known color: Portage. HEX triplet: 75, 80 and DB. RGB value is (117,128,219). Sum of RGB (Red+Green+Blue) = 117+128+219=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 128 (50.39% from 255 or 27.59% 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 #7580DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7580DB is #8A7F24. Grayscale: #868686. Windows color (decimal): -9076517 or 14385269. OLE color: 14385269.

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

Color convert

RGB 117 128 219 -
CMYK 0.47 0.42 0 0.14
HSL 233.53º 0.59% 0.66% -
HSV(B) 233.53º 0.47% 0.86% -
XYZ 27.84 24.33 70.25 -
YUV 135.09 175.36 115.1 -
System Red Green Blue C M Y K H S L
Decimal 117 128 219 0.47 0.42 0 0.14 233.53 0.59 0.66
Hex 75 80 DB 2F 2A 0 E EA 3B 42
Octal 165 200 333 57 52 0 16 352 73 102
Binary 1110101 10000000 11011011 101111 101010 0 1110 11101010 111011 1000010

Color Harmonies of #7580DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7580DB

Black with #7580DB

Text Example


Text Example

White with #7580DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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