Html Css Color HEX #778EDF Portage

📋 copy color: '#778EDF'

red 119 ◦ green 142 ◦ blue 223

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

Shades of Portage #778EDF

Tints of Portage #778EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.34%

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 24.59%
G = 29.34%
B = 46.07%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#778EDF (or 0x778EDF) is known color: Portage. HEX triplet: 77, 8E and DF. RGB value is (119,142,223). Sum of RGB (Red+Green+Blue) = 119+142+223=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #778EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EDF is #887120. Grayscale: #909090. Windows color (decimal): -8941857 or 14650999. OLE color: 14650999.

HSL color Cylindrical-coordinate representation of color #778EDF: hue angle of 226.73º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #778EDF is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 142 223 -
CMYK 0.47 0.36 0 0.13
HSL 226.73º 0.62% 0.67% -
HSV(B) 226.73º 0.47% 0.87% -
XYZ 30.6 28.6 73.72 -
YUV 144.36 172.38 109.91 -
System Red Green Blue C M Y K H S L
Decimal 119 142 223 0.47 0.36 0 0.13 226.73 0.62 0.67
Hex 77 8E DF 2F 24 0 D E3 3E 43
Octal 167 216 337 57 44 0 15 343 76 103
Binary 1110111 10001110 11011111 101111 100100 0 1101 11100011 111110 1000011

Color Harmonies of #778EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778EDF

Black with #778EDF

Text Example


Text Example

White with #778EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778EDF; }

 p { color: rgb(119,142,223); }

 H1.HeaderClassName
 {
   color: #778EDF;
 }
 .AnyTagClassName
 {
   color: #778EDF;
 }
</style>

background-color css

<style>
 a { background-color: #778EDF; }

 a { background-color: rgb(119,142,223); }

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

border-color css

<style>
 span { border-color: #778EDF; }

 span { border-color: rgb(119,142,223); }

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