Html Css Color HEX #7283DA Portage

📋 copy color: '#7283DA'

red 114 ◦ green 131 ◦ blue 218

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

Shades of Portage #7283DA

Tints of Portage #7283DA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.29%

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

R = 24.62%
G = 28.29%
B = 47.08%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7283DA (or 0x7283DA) is known color: Portage. HEX triplet: 72, 83 and DA. RGB value is (114,131,218). Sum of RGB (Red+Green+Blue) = 114+131+218=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #7283DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7283DA is #8D7C25. Grayscale: #878787. Windows color (decimal): -9272358 or 14320498. OLE color: 14320498.

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

Color convert

RGB 114 131 218 -
CMYK 0.48 0.40 0 0.15
HSL 230.19º 0.58% 0.65% -
HSV(B) 230.19º 0.48% 0.85% -
XYZ 27.71 24.87 69.67 -
YUV 135.84 174.37 112.43 -
System Red Green Blue C M Y K H S L
Decimal 114 131 218 0.48 0.40 0 0.15 230.19 0.58 0.65
Hex 72 83 DA 30 28 0 F E6 3A 41
Octal 162 203 332 60 50 0 17 346 72 101
Binary 1110010 10000011 11011010 110000 101000 0 1111 11100110 111010 1000001

Color Harmonies of #7283DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7283DA

Black with #7283DA

Text Example


Text Example

White with #7283DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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