Html Css Color HEX #788DDF Portage

📋 copy color: '#788DDF'

red 120 ◦ green 141 ◦ blue 223

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

Shades of Portage #788DDF

Tints of Portage #788DDF

RGB

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

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

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

R = 24.79%
G = 29.13%
B = 46.07%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#788DDF (or 0x788DDF) is known color: Portage. HEX triplet: 78, 8D and DF. RGB value is (120,141,223). Sum of RGB (Red+Green+Blue) = 120+141+223=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #788DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DDF is #877220. Grayscale: #8F8F8F. Windows color (decimal): -8876577 or 14650744. OLE color: 14650744.

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

Color convert

RGB 120 141 223 -
CMYK 0.46 0.37 0 0.13
HSL 227.77º 0.62% 0.67% -
HSV(B) 227.77º 0.46% 0.87% -
XYZ 30.59 28.37 73.68 -
YUV 144.07 172.54 110.83 -
System Red Green Blue C M Y K H S L
Decimal 120 141 223 0.46 0.37 0 0.13 227.77 0.62 0.67
Hex 78 8D DF 2E 25 0 D E4 3E 43
Octal 170 215 337 56 45 0 15 344 76 103
Binary 1111000 10001101 11011111 101110 100101 0 1101 11100100 111110 1000011

Color Harmonies of #788DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788DDF

Black with #788DDF

Text Example


Text Example

White with #788DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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