Html Css Color HEX #788BE3 Portage

📋 copy color: '#788BE3'

red 120 ◦ green 139 ◦ blue 227

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

Shades of Portage #788BE3

Tints of Portage #788BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 46.71%

R = 24.69%
G = 28.6%
B = 46.71%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#788BE3 (or 0x788BE3) is known color: Portage. HEX triplet: 78, 8B and E3. RGB value is (120,139,227). Sum of RGB (Red+Green+Blue) = 120+139+227=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 227 - color contains mainly: blue. Hex color #788BE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BE3 is #87741C. Grayscale: #8E8E8E. Windows color (decimal): -8877085 or 14912376. OLE color: 14912376.

HSL color Cylindrical-coordinate representation of color #788BE3: hue angle of 229.35º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #788BE3 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 120 139 227 -
CMYK 0.47 0.39 0 0.11
HSL 229.35º 0.66% 0.68% -
HSV(B) 229.35º 0.47% 0.89% -
XYZ 30.84 28 76.45 -
YUV 143.35 175.21 111.34 -
System Red Green Blue C M Y K H S L
Decimal 120 139 227 0.47 0.39 0 0.11 229.35 0.66 0.68
Hex 78 8B E3 2F 27 0 B E5 42 44
Octal 170 213 343 57 47 0 13 345 102 104
Binary 1111000 10001011 11100011 101111 100111 0 1011 11100101 1000010 1000100

Color Harmonies of #788BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788BE3

Black with #788BE3

Text Example


Text Example

White with #788BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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