Html Css Color HEX #768EDC Portage

📋 copy color: '#768EDC'

red 118 ◦ green 142 ◦ blue 220

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

Shades of Portage #768EDC

Tints of Portage #768EDC

RGB

 RED value IS 118 (46.48% from 255) = 24.58%

 GREEN value IS 142 (55.86% from 255) = 29.58%

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 24.58%
G = 29.58%
B = 45.83%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#768EDC (or 0x768EDC) is known color: Portage. HEX triplet: 76, 8E and DC. RGB value is (118,142,220). Sum of RGB (Red+Green+Blue) = 118+142+220=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #768EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768EDC is #897123. Grayscale: #8F8F8F. Windows color (decimal): -9007396 or 14454390. OLE color: 14454390.

HSL color Cylindrical-coordinate representation of color #768EDC: hue angle of 225.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #768EDC is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 142 220 -
CMYK 0.46 0.35 0 0.14
HSL 225.88º 0.59% 0.66% -
HSV(B) 225.88º 0.46% 0.86% -
XYZ 30.06 28.36 71.6 -
YUV 143.72 171.05 109.66 -
System Red Green Blue C M Y K H S L
Decimal 118 142 220 0.46 0.35 0 0.14 225.88 0.59 0.66
Hex 76 8E DC 2E 23 0 E E2 3B 42
Octal 166 216 334 56 43 0 16 342 73 102
Binary 1110110 10001110 11011100 101110 100011 0 1110 11100010 111011 1000010

Color Harmonies of #768EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EDC

Black with #768EDC

Text Example


Text Example

White with #768EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768EDC; }

 p { color: rgb(118,142,220); }

 H1.HeaderClassName
 {
   color: #768EDC;
 }
 .AnyTagClassName
 {
   color: #768EDC;
 }
</style>

background-color css

<style>
 a { background-color: #768EDC; }

 a { background-color: rgb(118,142,220); }

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

border-color css

<style>
 span { border-color: #768EDC; }

 span { border-color: rgb(118,142,220); }

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