Html Css Color HEX #7582DC Portage

📋 copy color: '#7582DC'

red 117 ◦ green 130 ◦ blue 220

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

Shades of Portage #7582DC

Tints of Portage #7582DC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.84%

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 25.05%
G = 27.84%
B = 47.11%

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

#7582DC (or 0x7582DC) is known color: Portage. HEX triplet: 75, 82 and DC. RGB value is (117,130,220). Sum of RGB (Red+Green+Blue) = 117+130+220=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #7582DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7582DC is #8A7D23. Grayscale: #888888. Windows color (decimal): -9076004 or 14451317. OLE color: 14451317.

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

Color convert

RGB 117 130 220 -
CMYK 0.47 0.41 0 0.14
HSL 232.43º 0.6% 0.66% -
HSV(B) 232.43º 0.47% 0.86% -
XYZ 28.24 24.91 71.03 -
YUV 136.37 175.19 114.18 -
System Red Green Blue C M Y K H S L
Decimal 117 130 220 0.47 0.41 0 0.14 232.43 0.6 0.66
Hex 75 82 DC 2F 29 0 E E8 3C 42
Octal 165 202 334 57 51 0 16 350 74 102
Binary 1110101 10000010 11011100 101111 101001 0 1110 11101000 111100 1000010

Color Harmonies of #7582DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7582DC

Black with #7582DC

Text Example


Text Example

White with #7582DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7582DC; }

 p { color: rgb(117,130,220); }

 H1.HeaderClassName
 {
   color: #7582DC;
 }
 .AnyTagClassName
 {
   color: #7582DC;
 }
</style>

background-color css

<style>
 a { background-color: #7582DC; }

 a { background-color: rgb(117,130,220); }

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

border-color css

<style>
 span { border-color: #7582DC; }

 span { border-color: rgb(117,130,220); }

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