Html Css Color HEX #7283DB Portage

📋 copy color: '#7283DB'

red 114 ◦ green 131 ◦ blue 219

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

Shades of Portage #7283DB

Tints of Portage #7283DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 24.57%
G = 28.23%
B = 47.2%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7283DB (or 0x7283DB) is known color: Portage. HEX triplet: 72, 83 and DB. RGB value is (114,131,219). Sum of RGB (Red+Green+Blue) = 114+131+219=464 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.57% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #7283DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7283DB is #8D7C24. Grayscale: #878787. Windows color (decimal): -9272357 or 14386034. OLE color: 14386034.

HSL color Cylindrical-coordinate representation of color #7283DB: hue angle of 230.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7283DB is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 131 219 -
CMYK 0.48 0.40 0 0.14
HSL 230.29º 0.59% 0.65% -
HSV(B) 230.29º 0.48% 0.86% -
XYZ 27.84 24.92 70.36 -
YUV 135.95 174.87 112.34 -
System Red Green Blue C M Y K H S L
Decimal 114 131 219 0.48 0.40 0 0.14 230.29 0.59 0.65
Hex 72 83 DB 30 28 0 E E6 3B 41
Octal 162 203 333 60 50 0 16 346 73 101
Binary 1110010 10000011 11011011 110000 101000 0 1110 11100110 111011 1000001

Color Harmonies of #7283DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7283DB

Black with #7283DB

Text Example


Text Example

White with #7283DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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