Html Css Color HEX #7785D4 Portage

📋 copy color: '#7785D4'

red 119 ◦ green 133 ◦ blue 212

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

Shades of Portage #7785D4

Tints of Portage #7785D4

RGB

 RED value IS 119 (46.88% from 255) = 25.65%

 GREEN value IS 133 (52.34% from 255) = 28.66%

 BLUE value IS 212 (83.2% from 255) = 45.69%

R = 25.65%
G = 28.66%
B = 45.69%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7785D4 (or 0x7785D4) is known color: Portage. HEX triplet: 77, 85 and D4. RGB value is (119,133,212). Sum of RGB (Red+Green+Blue) = 119+133+212=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 212 - color contains mainly: blue. Hex color #7785D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7785D4 is #887A2B. Grayscale: #898989. Windows color (decimal): -8944172 or 13927799. OLE color: 13927799.

HSL color Cylindrical-coordinate representation of color #7785D4: hue angle of 230.97º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7785D4 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 119 133 212 -
CMYK 0.44 0.37 0 0.17
HSL 230.97º 0.52% 0.65% -
HSV(B) 230.97º 0.44% 0.83% -
XYZ 27.88 25.45 65.73 -
YUV 137.82 169.86 114.58 -
System Red Green Blue C M Y K H S L
Decimal 119 133 212 0.44 0.37 0 0.17 230.97 0.52 0.65
Hex 77 85 D4 2C 25 0 11 E7 34 41
Octal 167 205 324 54 45 0 21 347 64 101
Binary 1110111 10000101 11010100 101100 100101 0 10001 11100111 110100 1000001

Color Harmonies of #7785D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7785D4

Black with #7785D4

Text Example


Text Example

White with #7785D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7785D4; }

 p { color: rgb(119,133,212); }

 H1.HeaderClassName
 {
   color: #7785D4;
 }
 .AnyTagClassName
 {
   color: #7785D4;
 }
</style>

background-color css

<style>
 a { background-color: #7785D4; }

 a { background-color: rgb(119,133,212); }

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

border-color css

<style>
 span { border-color: #7785D4; }

 span { border-color: rgb(119,133,212); }

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