Html Css Color HEX #778BE0 Portage

📋 copy color: '#778BE0'

red 119 ◦ green 139 ◦ blue 224

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

Shades of Portage #778BE0

Tints of Portage #778BE0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.84%

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 24.69%
G = 28.84%
B = 46.47%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#778BE0 (or 0x778BE0) is known color: Portage. HEX triplet: 77, 8B and E0. RGB value is (119,139,224). Sum of RGB (Red+Green+Blue) = 119+139+224=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #778BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BE0 is #88741F. Grayscale: #8E8E8E. Windows color (decimal): -8942624 or 14715767. OLE color: 14715767.

HSL color Cylindrical-coordinate representation of color #778BE0: hue angle of 228.57º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #778BE0 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 139 224 -
CMYK 0.47 0.38 0 0.12
HSL 228.57º 0.63% 0.67% -
HSV(B) 228.57º 0.47% 0.88% -
XYZ 30.29 27.77 74.28 -
YUV 142.71 173.87 111.09 -
System Red Green Blue C M Y K H S L
Decimal 119 139 224 0.47 0.38 0 0.12 228.57 0.63 0.67
Hex 77 8B E0 2F 26 0 C E5 3F 43
Octal 167 213 340 57 46 0 14 345 77 103
Binary 1110111 10001011 11100000 101111 100110 0 1100 11100101 111111 1000011

Color Harmonies of #778BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BE0

Black with #778BE0

Text Example


Text Example

White with #778BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,139,224); }

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

background-color css

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

 a { background-color: rgb(119,139,224); }

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

border-color css

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

 span { border-color: rgb(119,139,224); }

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