Html Css Color HEX #7483DB Portage

📋 copy color: '#7483DB'

red 116 ◦ green 131 ◦ blue 219

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

Shades of Portage #7483DB

Tints of Portage #7483DB

RGB

 RED value IS 116 (45.7% from 255) = 24.89%

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

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

R = 24.89%
G = 28.11%
B = 47%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7483DB (or 0x7483DB) is known color: Portage. HEX triplet: 74, 83 and DB. RGB value is (116,131,219). Sum of RGB (Red+Green+Blue) = 116+131+219=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #7483DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7483DB is #8B7C24. Grayscale: #888888. Windows color (decimal): -9141285 or 14386036. OLE color: 14386036.

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

Color convert

RGB 116 131 219 -
CMYK 0.47 0.40 0 0.14
HSL 231.26º 0.59% 0.66% -
HSV(B) 231.26º 0.47% 0.86% -
XYZ 28.1 25.06 70.37 -
YUV 136.55 174.53 113.34 -
System Red Green Blue C M Y K H S L
Decimal 116 131 219 0.47 0.40 0 0.14 231.26 0.59 0.66
Hex 74 83 DB 2F 28 0 E E7 3B 42
Octal 164 203 333 57 50 0 16 347 73 102
Binary 1110100 10000011 11011011 101111 101000 0 1110 11100111 111011 1000010

Color Harmonies of #7483DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7483DB

Black with #7483DB

Text Example


Text Example

White with #7483DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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