Html Css Color HEX #728ED4 Portage

📋 copy color: '#728ED4'

red 114 ◦ green 142 ◦ blue 212

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

Shades of Portage #728ED4

Tints of Portage #728ED4

RGB

 RED value IS 114 (44.92% from 255) = 24.36%

 GREEN value IS 142 (55.86% from 255) = 30.34%

 BLUE value IS 212 (83.2% from 255) = 45.3%

R = 24.36%
G = 30.34%
B = 45.3%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#728ED4 (or 0x728ED4) is known color: Portage. HEX triplet: 72, 8E and D4. RGB value is (114,142,212). Sum of RGB (Red+Green+Blue) = 114+142+212=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #728ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ED4 is #8D712B. Grayscale: #8D8D8D. Windows color (decimal): -9269548 or 13930098. OLE color: 13930098.

HSL color Cylindrical-coordinate representation of color #728ED4: hue angle of 222.86º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #728ED4 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 114 142 212 -
CMYK 0.46 0.33 0 0.17
HSL 222.86º 0.53% 0.64% -
HSV(B) 222.86º 0.46% 0.83% -
XYZ 28.5 27.68 66.13 -
YUV 141.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 114 142 212 0.46 0.33 0 0.17 222.86 0.53 0.64
Hex 72 8E D4 2E 21 0 11 DF 35 40
Octal 162 216 324 56 41 0 21 337 65 100
Binary 1110010 10001110 11010100 101110 100001 0 10001 11011111 110101 1000000

Color Harmonies of #728ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728ED4

Black with #728ED4

Text Example


Text Example

White with #728ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728ED4; }

 p { color: rgb(114,142,212); }

 H1.HeaderClassName
 {
   color: #728ED4;
 }
 .AnyTagClassName
 {
   color: #728ED4;
 }
</style>

background-color css

<style>
 a { background-color: #728ED4; }

 a { background-color: rgb(114,142,212); }

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

border-color css

<style>
 span { border-color: #728ED4; }

 span { border-color: rgb(114,142,212); }

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