Html Css Color HEX #7580DF Portage

📋 copy color: '#7580DF'

red 117 ◦ green 128 ◦ blue 223

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

Shades of Portage #7580DF

Tints of Portage #7580DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 25%
G = 27.35%
B = 47.65%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7580DF (or 0x7580DF) is known color: Portage. HEX triplet: 75, 80 and DF. RGB value is (117,128,223). Sum of RGB (Red+Green+Blue) = 117+128+223=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #7580DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7580DF is #8A7F20. Grayscale: #878787. Windows color (decimal): -9076513 or 14647413. OLE color: 14647413.

HSL color Cylindrical-coordinate representation of color #7580DF: hue angle of 233.77º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7580DF is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 128 223 -
CMYK 0.48 0.43 0 0.13
HSL 233.77º 0.62% 0.67% -
HSV(B) 233.77º 0.48% 0.87% -
XYZ 28.37 24.55 73.05 -
YUV 135.54 177.36 114.78 -
System Red Green Blue C M Y K H S L
Decimal 117 128 223 0.48 0.43 0 0.13 233.77 0.62 0.67
Hex 75 80 DF 30 2B 0 D EA 3E 43
Octal 165 200 337 60 53 0 15 352 76 103
Binary 1110101 10000000 11011111 110000 101011 0 1101 11101010 111110 1000011

Color Harmonies of #7580DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7580DF

Black with #7580DF

Text Example


Text Example

White with #7580DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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