Html Css Color HEX #7586DC Portage

📋 copy color: '#7586DC'

red 117 ◦ green 134 ◦ blue 220

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

Shades of Portage #7586DC

Tints of Portage #7586DC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.45%

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

R = 24.84%
G = 28.45%
B = 46.71%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7586DC (or 0x7586DC) is known color: Portage. HEX triplet: 75, 86 and DC. RGB value is (117,134,220). Sum of RGB (Red+Green+Blue) = 117+134+220=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #7586DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7586DC is #8A7923. Grayscale: #8A8A8A. Windows color (decimal): -9074980 or 14452341. OLE color: 14452341.

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

Color convert

RGB 117 134 220 -
CMYK 0.47 0.39 0 0.14
HSL 230.1º 0.6% 0.66% -
HSV(B) 230.1º 0.47% 0.86% -
XYZ 28.78 26 71.21 -
YUV 138.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 117 134 220 0.47 0.39 0 0.14 230.1 0.6 0.66
Hex 75 86 DC 2F 27 0 E E6 3C 42
Octal 165 206 334 57 47 0 16 346 74 102
Binary 1110101 10000110 11011100 101111 100111 0 1110 11100110 111100 1000010

Color Harmonies of #7586DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7586DC

Black with #7586DC

Text Example


Text Example

White with #7586DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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