Html Css Color HEX #768FD7 Portage

📋 copy color: '#768FD7'

red 118 ◦ green 143 ◦ blue 215

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

Shades of Portage #768FD7

Tints of Portage #768FD7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.04%

 BLUE value IS 215 (84.38% from 255) = 45.17%

R = 24.79%
G = 30.04%
B = 45.17%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#768FD7 (or 0x768FD7) is known color: Portage. HEX triplet: 76, 8F and D7. RGB value is (118,143,215). Sum of RGB (Red+Green+Blue) = 118+143+215=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #768FD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FD7 is #897028. Grayscale: #8F8F8F. Windows color (decimal): -9007145 or 14126966. OLE color: 14126966.

HSL color Cylindrical-coordinate representation of color #768FD7: hue angle of 224.54º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #768FD7 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 143 215 -
CMYK 0.45 0.33 0 0.16
HSL 224.54º 0.55% 0.65% -
HSV(B) 224.54º 0.45% 0.84% -
XYZ 29.56 28.4 68.21 -
YUV 143.73 168.22 109.65 -
System Red Green Blue C M Y K H S L
Decimal 118 143 215 0.45 0.33 0 0.16 224.54 0.55 0.65
Hex 76 8F D7 2D 21 0 10 E1 37 41
Octal 166 217 327 55 41 0 20 341 67 101
Binary 1110110 10001111 11010111 101101 100001 0 10000 11100001 110111 1000001

Color Harmonies of #768FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FD7

Black with #768FD7

Text Example


Text Example

White with #768FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,143,215); }

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

background-color css

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

 a { background-color: rgb(118,143,215); }

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

border-color css

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

 span { border-color: rgb(118,143,215); }

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