Html Css Color HEX #788CDA Portage

📋 copy color: '#788CDA'

red 120 ◦ green 140 ◦ blue 218

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

Shades of Portage #788CDA

Tints of Portage #788CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 25.1%
G = 29.29%
B = 45.61%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#788CDA (or 0x788CDA) is known color: Portage. HEX triplet: 78, 8C and DA. RGB value is (120,140,218). Sum of RGB (Red+Green+Blue) = 120+140+218=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #788CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CDA is #877325. Grayscale: #8E8E8E. Windows color (decimal): -8876838 or 14322808. OLE color: 14322808.

HSL color Cylindrical-coordinate representation of color #788CDA: hue angle of 227.76º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #788CDA is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 140 218 -
CMYK 0.45 0.36 0 0.15
HSL 227.76º 0.57% 0.66% -
HSV(B) 227.76º 0.45% 0.85% -
XYZ 29.78 27.81 70.13 -
YUV 142.91 170.37 111.66 -
System Red Green Blue C M Y K H S L
Decimal 120 140 218 0.45 0.36 0 0.15 227.76 0.57 0.66
Hex 78 8C DA 2D 24 0 F E4 39 42
Octal 170 214 332 55 44 0 17 344 71 102
Binary 1111000 10001100 11011010 101101 100100 0 1111 11100100 111001 1000010

Color Harmonies of #788CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788CDA

Black with #788CDA

Text Example


Text Example

White with #788CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,140,218); }

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

background-color css

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

 a { background-color: rgb(120,140,218); }

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

border-color css

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

 span { border-color: rgb(120,140,218); }

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