Html Css Color HEX #7786DF Portage

📋 copy color: '#7786DF'

red 119 ◦ green 134 ◦ blue 223

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

Shades of Portage #7786DF

Tints of Portage #7786DF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.15%

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

R = 25%
G = 28.15%
B = 46.85%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7786DF (or 0x7786DF) is known color: Portage. HEX triplet: 77, 86 and DF. RGB value is (119,134,223). Sum of RGB (Red+Green+Blue) = 119+134+223=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #7786DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7786DF is #887920. Grayscale: #8B8B8B. Windows color (decimal): -8943905 or 14648951. OLE color: 14648951.

HSL color Cylindrical-coordinate representation of color #7786DF: hue angle of 231.35º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7786DF is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 134 223 -
CMYK 0.47 0.40 0 0.13
HSL 231.35º 0.62% 0.67% -
HSV(B) 231.35º 0.47% 0.87% -
XYZ 29.45 26.3 73.34 -
YUV 139.66 175.03 113.26 -
System Red Green Blue C M Y K H S L
Decimal 119 134 223 0.47 0.40 0 0.13 231.35 0.62 0.67
Hex 77 86 DF 2F 28 0 D E7 3E 43
Octal 167 206 337 57 50 0 15 347 76 103
Binary 1110111 10000110 11011111 101111 101000 0 1101 11100111 111110 1000011

Color Harmonies of #7786DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7786DF

Black with #7786DF

Text Example


Text Example

White with #7786DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7786DF; }

 p { color: rgb(119,134,223); }

 H1.HeaderClassName
 {
   color: #7786DF;
 }
 .AnyTagClassName
 {
   color: #7786DF;
 }
</style>

background-color css

<style>
 a { background-color: #7786DF; }

 a { background-color: rgb(119,134,223); }

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

border-color css

<style>
 span { border-color: #7786DF; }

 span { border-color: rgb(119,134,223); }

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