Html Css Color HEX #778FDF Portage

📋 copy color: '#778FDF'

red 119 ◦ green 143 ◦ blue 223

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

Shades of Portage #778FDF

Tints of Portage #778FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.48%

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

R = 24.54%
G = 29.48%
B = 45.98%

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

#778FDF (or 0x778FDF) is known color: Portage. HEX triplet: 77, 8F and DF. RGB value is (119,143,223). Sum of RGB (Red+Green+Blue) = 119+143+223=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #778FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FDF is #887020. Grayscale: #909090. Windows color (decimal): -8941601 or 14651255. OLE color: 14651255.

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

Color convert

RGB 119 143 223 -
CMYK 0.47 0.36 0 0.13
HSL 226.15º 0.62% 0.67% -
HSV(B) 226.15º 0.47% 0.87% -
XYZ 30.75 28.89 73.77 -
YUV 144.94 172.05 109.5 -
System Red Green Blue C M Y K H S L
Decimal 119 143 223 0.47 0.36 0 0.13 226.15 0.62 0.67
Hex 77 8F DF 2F 24 0 D E2 3E 43
Octal 167 217 337 57 44 0 15 342 76 103
Binary 1110111 10001111 11011111 101111 100100 0 1101 11100010 111110 1000011

Color Harmonies of #778FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778FDF

Black with #778FDF

Text Example


Text Example

White with #778FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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