Html Css Color HEX #788ADE Portage

📋 copy color: '#788ADE'

red 120 ◦ green 138 ◦ blue 222

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

Shades of Portage #788ADE

Tints of Portage #788ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.75%

 BLUE value IS 222 (87.11% from 255) = 46.25%

R = 25%
G = 28.75%
B = 46.25%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#788ADE (or 0x788ADE) is known color: Portage. HEX triplet: 78, 8A and DE. RGB value is (120,138,222). Sum of RGB (Red+Green+Blue) = 120+138+222=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #788ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ADE is #877521. Grayscale: #8D8D8D. Windows color (decimal): -8877346 or 14584440. OLE color: 14584440.

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

Color convert

RGB 120 138 222 -
CMYK 0.46 0.38 0 0.13
HSL 229.41º 0.61% 0.67% -
HSV(B) 229.41º 0.46% 0.87% -
XYZ 30.02 27.44 72.82 -
YUV 142.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 120 138 222 0.46 0.38 0 0.13 229.41 0.61 0.67
Hex 78 8A DE 2E 26 0 D E5 3D 43
Octal 170 212 336 56 46 0 15 345 75 103
Binary 1111000 10001010 11011110 101110 100110 0 1101 11100101 111101 1000011

Color Harmonies of #788ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788ADE

Black with #788ADE

Text Example


Text Example

White with #788ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,138,222); }

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

background-color css

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

 a { background-color: rgb(120,138,222); }

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

border-color css

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

 span { border-color: rgb(120,138,222); }

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