Html Css Color HEX #788DE0 Portage

📋 copy color: '#788DE0'

red 120 ◦ green 141 ◦ blue 224

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

Shades of Portage #788DE0

Tints of Portage #788DE0

RGB

 RED value IS 120 (47.27% from 255) = 24.74%

 GREEN value IS 141 (55.47% from 255) = 29.07%

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

R = 24.74%
G = 29.07%
B = 46.19%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#788DE0 (or 0x788DE0) is known color: Portage. HEX triplet: 78, 8D and E0. RGB value is (120,141,224). Sum of RGB (Red+Green+Blue) = 120+141+224=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #788DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DE0 is #87721F. Grayscale: #8F8F8F. Windows color (decimal): -8876576 or 14716280. OLE color: 14716280.

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

Color convert

RGB 120 141 224 -
CMYK 0.46 0.37 0 0.12
HSL 227.88º 0.63% 0.67% -
HSV(B) 227.88º 0.46% 0.88% -
XYZ 30.73 28.42 74.39 -
YUV 144.18 173.04 110.75 -
System Red Green Blue C M Y K H S L
Decimal 120 141 224 0.46 0.37 0 0.12 227.88 0.63 0.67
Hex 78 8D E0 2E 25 0 C E4 3F 43
Octal 170 215 340 56 45 0 14 344 77 103
Binary 1111000 10001101 11100000 101110 100101 0 1100 11100100 111111 1000011

Color Harmonies of #788DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788DE0

Black with #788DE0

Text Example


Text Example

White with #788DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788DE0; }

 p { color: rgb(120,141,224); }

 H1.HeaderClassName
 {
   color: #788DE0;
 }
 .AnyTagClassName
 {
   color: #788DE0;
 }
</style>

background-color css

<style>
 a { background-color: #788DE0; }

 a { background-color: rgb(120,141,224); }

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

border-color css

<style>
 span { border-color: #788DE0; }

 span { border-color: rgb(120,141,224); }

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