Html Css Color HEX #778CDF Portage

📋 copy color: '#778CDF'

red 119 ◦ green 140 ◦ blue 223

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

Shades of Portage #778CDF

Tints of Portage #778CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.05%

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

R = 24.69%
G = 29.05%
B = 46.27%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#778CDF (or 0x778CDF) is known color: Portage. HEX triplet: 77, 8C and DF. RGB value is (119,140,223). Sum of RGB (Red+Green+Blue) = 119+140+223=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #778CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CDF is #887320. Grayscale: #8E8E8E. Windows color (decimal): -8942369 or 14650487. OLE color: 14650487.

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

Color convert

RGB 119 140 223 -
CMYK 0.47 0.37 0 0.13
HSL 227.88º 0.62% 0.67% -
HSV(B) 227.88º 0.47% 0.87% -
XYZ 30.31 28.01 73.62 -
YUV 143.18 173.04 110.75 -
System Red Green Blue C M Y K H S L
Decimal 119 140 223 0.47 0.37 0 0.13 227.88 0.62 0.67
Hex 77 8C DF 2F 25 0 D E4 3E 43
Octal 167 214 337 57 45 0 15 344 76 103
Binary 1110111 10001100 11011111 101111 100101 0 1101 11100100 111110 1000011

Color Harmonies of #778CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CDF

Black with #778CDF

Text Example


Text Example

White with #778CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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