Html Css Color HEX #7783DE Portage

📋 copy color: '#7783DE'

red 119 ◦ green 131 ◦ blue 222

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

Shades of Portage #7783DE

Tints of Portage #7783DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 25.21%
G = 27.75%
B = 47.03%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7783DE (or 0x7783DE) is known color: Portage. HEX triplet: 77, 83 and DE. RGB value is (119,131,222). Sum of RGB (Red+Green+Blue) = 119+131+222=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #7783DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7783DE is #887C21. Grayscale: #898989. Windows color (decimal): -8944674 or 14582647. OLE color: 14582647.

HSL color Cylindrical-coordinate representation of color #7783DE: hue angle of 233.01º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7783DE is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 131 222 -
CMYK 0.46 0.41 0 0.13
HSL 233.01º 0.61% 0.67% -
HSV(B) 233.01º 0.46% 0.87% -
XYZ 28.91 25.43 72.49 -
YUV 137.79 175.52 114.6 -
System Red Green Blue C M Y K H S L
Decimal 119 131 222 0.46 0.41 0 0.13 233.01 0.61 0.67
Hex 77 83 DE 2E 29 0 D E9 3D 43
Octal 167 203 336 56 51 0 15 351 75 103
Binary 1110111 10000011 11011110 101110 101001 0 1101 11101001 111101 1000011

Color Harmonies of #7783DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7783DE

Black with #7783DE

Text Example


Text Example

White with #7783DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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