Html Css Color HEX #778ADF Portage

📋 copy color: '#778ADF'

red 119 ◦ green 138 ◦ blue 223

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

Shades of Portage #778ADF

Tints of Portage #778ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.75%

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

R = 24.79%
G = 28.75%
B = 46.46%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#778ADF (or 0x778ADF) is known color: Portage. HEX triplet: 77, 8A and DF. RGB value is (119,138,223). Sum of RGB (Red+Green+Blue) = 119+138+223=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #778ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ADF is #887520. Grayscale: #8D8D8D. Windows color (decimal): -8942881 or 14649975. OLE color: 14649975.

HSL color Cylindrical-coordinate representation of color #778ADF: hue angle of 229.04º 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 #778ADF is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 138 223 -
CMYK 0.47 0.38 0 0.13
HSL 229.04º 0.62% 0.67% -
HSV(B) 229.04º 0.47% 0.87% -
XYZ 30.02 27.43 73.52 -
YUV 142.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 119 138 223 0.47 0.38 0 0.13 229.04 0.62 0.67
Hex 77 8A DF 2F 26 0 D E5 3E 43
Octal 167 212 337 57 46 0 15 345 76 103
Binary 1110111 10001010 11011111 101111 100110 0 1101 11100101 111110 1000011

Color Harmonies of #778ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778ADF

Black with #778ADF

Text Example


Text Example

White with #778ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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