Html Css Color HEX #778BE3 Portage

📋 copy color: '#778BE3'

red 119 ◦ green 139 ◦ blue 227

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

Shades of Portage #778BE3

Tints of Portage #778BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 46.8%

R = 24.54%
G = 28.66%
B = 46.8%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#778BE3 (or 0x778BE3) is known color: Portage. HEX triplet: 77, 8B and E3. RGB value is (119,139,227). Sum of RGB (Red+Green+Blue) = 119+139+227=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 227 - color contains mainly: blue. Hex color #778BE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BE3 is #88741C. Grayscale: #8E8E8E. Windows color (decimal): -8942621 or 14912375. OLE color: 14912375.

HSL color Cylindrical-coordinate representation of color #778BE3: hue angle of 228.89º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #778BE3 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 119 139 227 -
CMYK 0.48 0.39 0 0.11
HSL 228.89º 0.66% 0.68% -
HSV(B) 228.89º 0.48% 0.89% -
XYZ 30.71 27.93 76.45 -
YUV 143.05 175.37 110.84 -
System Red Green Blue C M Y K H S L
Decimal 119 139 227 0.48 0.39 0 0.11 228.89 0.66 0.68
Hex 77 8B E3 30 27 0 B E5 42 44
Octal 167 213 343 60 47 0 13 345 102 104
Binary 1110111 10001011 11100011 110000 100111 0 1011 11100101 1000010 1000100

Color Harmonies of #778BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BE3

Black with #778BE3

Text Example


Text Example

White with #778BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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