Html Css Color HEX #7783DC Portage

📋 copy color: '#7783DC'

red 119 ◦ green 131 ◦ blue 220

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

Shades of Portage #7783DC

Tints of Portage #7783DC

RGB

 RED value IS 119 (46.88% from 255) = 25.32%

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 25.32%
G = 27.87%
B = 46.81%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7783DC (or 0x7783DC) is known color: Portage. HEX triplet: 77, 83 and DC. RGB value is (119,131,220). Sum of RGB (Red+Green+Blue) = 119+131+220=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #7783DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7783DC is #887C23. Grayscale: #898989. Windows color (decimal): -8944676 or 14451575. OLE color: 14451575.

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

Color convert

RGB 119 131 220 -
CMYK 0.46 0.40 0 0.14
HSL 232.87º 0.59% 0.66% -
HSV(B) 232.87º 0.46% 0.86% -
XYZ 28.64 25.32 71.09 -
YUV 137.56 174.52 114.76 -
System Red Green Blue C M Y K H S L
Decimal 119 131 220 0.46 0.40 0 0.14 232.87 0.59 0.66
Hex 77 83 DC 2E 28 0 E E9 3B 42
Octal 167 203 334 56 50 0 16 351 73 102
Binary 1110111 10000011 11011100 101110 101000 0 1110 11101001 111011 1000010

Color Harmonies of #7783DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7783DC

Black with #7783DC

Text Example


Text Example

White with #7783DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7783DC; }

 p { color: rgb(119,131,220); }

 H1.HeaderClassName
 {
   color: #7783DC;
 }
 .AnyTagClassName
 {
   color: #7783DC;
 }
</style>

background-color css

<style>
 a { background-color: #7783DC; }

 a { background-color: rgb(119,131,220); }

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

border-color css

<style>
 span { border-color: #7783DC; }

 span { border-color: rgb(119,131,220); }

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