Html Css Color HEX #788FDF Portage

📋 copy color: '#788FDF'

red 120 ◦ green 143 ◦ blue 223

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

Shades of Portage #788FDF

Tints of Portage #788FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.42%

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

R = 24.69%
G = 29.42%
B = 45.88%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#788FDF (or 0x788FDF) is known color: Portage. HEX triplet: 78, 8F and DF. RGB value is (120,143,223). Sum of RGB (Red+Green+Blue) = 120+143+223=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #788FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FDF is #877020. Grayscale: #909090. Windows color (decimal): -8876065 or 14651256. OLE color: 14651256.

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

Color convert

RGB 120 143 223 -
CMYK 0.46 0.36 0 0.13
HSL 226.6º 0.62% 0.67% -
HSV(B) 226.6º 0.46% 0.87% -
XYZ 30.89 28.97 73.78 -
YUV 145.24 171.88 110 -
System Red Green Blue C M Y K H S L
Decimal 120 143 223 0.46 0.36 0 0.13 226.6 0.62 0.67
Hex 78 8F DF 2E 24 0 D E3 3E 43
Octal 170 217 337 56 44 0 15 343 76 103
Binary 1111000 10001111 11011111 101110 100100 0 1101 11100011 111110 1000011

Color Harmonies of #788FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788FDF

Black with #788FDF

Text Example


Text Example

White with #788FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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