Html Css Color HEX #788BDF Portage

📋 copy color: '#788BDF'

red 120 ◦ green 139 ◦ blue 223

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

Shades of Portage #788BDF

Tints of Portage #788BDF

RGB

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

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

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

R = 24.9%
G = 28.84%
B = 46.27%

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

#788BDF (or 0x788BDF) is known color: Portage. HEX triplet: 78, 8B and DF. RGB value is (120,139,223). Sum of RGB (Red+Green+Blue) = 120+139+223=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #788BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BDF is #877420. Grayscale: #8E8E8E. Windows color (decimal): -8877089 or 14650232. OLE color: 14650232.

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

Color convert

RGB 120 139 223 -
CMYK 0.46 0.38 0 0.13
HSL 228.93º 0.62% 0.67% -
HSV(B) 228.93º 0.46% 0.87% -
XYZ 30.3 27.79 73.58 -
YUV 142.9 173.21 111.67 -
System Red Green Blue C M Y K H S L
Decimal 120 139 223 0.46 0.38 0 0.13 228.93 0.62 0.67
Hex 78 8B DF 2E 26 0 D E5 3E 43
Octal 170 213 337 56 46 0 15 345 76 103
Binary 1111000 10001011 11011111 101110 100110 0 1101 11100101 111110 1000011

Color Harmonies of #788BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788BDF

Black with #788BDF

Text Example


Text Example

White with #788BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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