Html Css Color HEX #768DDC Portage

📋 copy color: '#768DDC'

red 118 ◦ green 141 ◦ blue 220

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

Shades of Portage #768DDC

Tints of Portage #768DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.44%

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

R = 24.63%
G = 29.44%
B = 45.93%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#768DDC (or 0x768DDC) is known color: Portage. HEX triplet: 76, 8D and DC. RGB value is (118,141,220). Sum of RGB (Red+Green+Blue) = 118+141+220=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #768DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DDC is #897223. Grayscale: #8E8E8E. Windows color (decimal): -9007652 or 14454134. OLE color: 14454134.

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

Color convert

RGB 118 141 220 -
CMYK 0.46 0.36 0 0.14
HSL 226.47º 0.59% 0.66% -
HSV(B) 226.47º 0.46% 0.86% -
XYZ 29.91 28.07 71.55 -
YUV 143.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 118 141 220 0.46 0.36 0 0.14 226.47 0.59 0.66
Hex 76 8D DC 2E 24 0 E E2 3B 42
Octal 166 215 334 56 44 0 16 342 73 102
Binary 1110110 10001101 11011100 101110 100100 0 1110 11100010 111011 1000010

Color Harmonies of #768DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DDC

Black with #768DDC

Text Example


Text Example

White with #768DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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