Html Css Color HEX #7287DA Portage

📋 copy color: '#7287DA'

red 114 ◦ green 135 ◦ blue 218

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

Shades of Portage #7287DA

Tints of Portage #7287DA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.91%

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 24.41%
G = 28.91%
B = 46.68%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7287DA (or 0x7287DA) is known color: Portage. HEX triplet: 72, 87 and DA. RGB value is (114,135,218). Sum of RGB (Red+Green+Blue) = 114+135+218=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #7287DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7287DA is #8D7825. Grayscale: #898989. Windows color (decimal): -9271334 or 14321522. OLE color: 14321522.

HSL color Cylindrical-coordinate representation of color #7287DA: hue angle of 227.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7287DA is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 135 218 -
CMYK 0.48 0.38 0 0.15
HSL 227.88º 0.58% 0.65% -
HSV(B) 227.88º 0.48% 0.85% -
XYZ 28.26 25.97 69.85 -
YUV 138.18 173.04 110.75 -
System Red Green Blue C M Y K H S L
Decimal 114 135 218 0.48 0.38 0 0.15 227.88 0.58 0.65
Hex 72 87 DA 30 26 0 F E4 3A 41
Octal 162 207 332 60 46 0 17 344 72 101
Binary 1110010 10000111 11011010 110000 100110 0 1111 11100100 111010 1000001

Color Harmonies of #7287DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7287DA

Black with #7287DA

Text Example


Text Example

White with #7287DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7287DA; }

 p { color: rgb(114,135,218); }

 H1.HeaderClassName
 {
   color: #7287DA;
 }
 .AnyTagClassName
 {
   color: #7287DA;
 }
</style>

background-color css

<style>
 a { background-color: #7287DA; }

 a { background-color: rgb(114,135,218); }

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

border-color css

<style>
 span { border-color: #7287DA; }

 span { border-color: rgb(114,135,218); }

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