Html Css Color HEX #7285DA Portage

📋 copy color: '#7285DA'

red 114 ◦ green 133 ◦ blue 218

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

Shades of Portage #7285DA

Tints of Portage #7285DA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.6%

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

R = 24.52%
G = 28.6%
B = 46.88%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7285DA (or 0x7285DA) is known color: Portage. HEX triplet: 72, 85 and DA. RGB value is (114,133,218). Sum of RGB (Red+Green+Blue) = 114+133+218=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #7285DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7285DA is #8D7A25. Grayscale: #888888. Windows color (decimal): -9271846 or 14321010. OLE color: 14321010.

HSL color Cylindrical-coordinate representation of color #7285DA: hue angle of 229.04º 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 #7285DA is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 133 218 -
CMYK 0.48 0.39 0 0.15
HSL 229.04º 0.58% 0.65% -
HSV(B) 229.04º 0.48% 0.85% -
XYZ 27.98 25.41 69.76 -
YUV 137.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 114 133 218 0.48 0.39 0 0.15 229.04 0.58 0.65
Hex 72 85 DA 30 27 0 F E5 3A 41
Octal 162 205 332 60 47 0 17 345 72 101
Binary 1110010 10000101 11011010 110000 100111 0 1111 11100101 111010 1000001

Color Harmonies of #7285DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7285DA

Black with #7285DA

Text Example


Text Example

White with #7285DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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