Html Css Color HEX #788BDD Portage

📋 copy color: '#788BDD'

red 120 ◦ green 139 ◦ blue 221

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

Shades of Portage #788BDD

Tints of Portage #788BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 25%
G = 28.96%
B = 46.04%

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

#788BDD (or 0x788BDD) is known color: Portage. HEX triplet: 78, 8B and DD. RGB value is (120,139,221). Sum of RGB (Red+Green+Blue) = 120+139+221=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #788BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BDD is #877422. Grayscale: #8E8E8E. Windows color (decimal): -8877091 or 14519160. OLE color: 14519160.

HSL color Cylindrical-coordinate representation of color #788BDD: hue angle of 228.71º degrees, saturation: 0.6, 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 #788BDD is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 139 221 -
CMYK 0.46 0.37 0 0.13
HSL 228.71º 0.6% 0.67% -
HSV(B) 228.71º 0.46% 0.87% -
XYZ 30.03 27.68 72.17 -
YUV 142.67 172.21 111.83 -
System Red Green Blue C M Y K H S L
Decimal 120 139 221 0.46 0.37 0 0.13 228.71 0.6 0.67
Hex 78 8B DD 2E 25 0 D E5 3C 43
Octal 170 213 335 56 45 0 15 345 74 103
Binary 1111000 10001011 11011101 101110 100101 0 1101 11100101 111100 1000011

Color Harmonies of #788BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788BDD

Black with #788BDD

Text Example


Text Example

White with #788BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,139,221); }

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

background-color css

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

 a { background-color: rgb(120,139,221); }

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

border-color css

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

 span { border-color: rgb(120,139,221); }

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