Html Css Color HEX #768FD9 Portage

📋 copy color: '#768FD9'

red 118 ◦ green 143 ◦ blue 217

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

Shades of Portage #768FD9

Tints of Portage #768FD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.4%

R = 24.69%
G = 29.92%
B = 45.4%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#768FD9 (or 0x768FD9) is known color: Portage. HEX triplet: 76, 8F and D9. RGB value is (118,143,217). Sum of RGB (Red+Green+Blue) = 118+143+217=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #768FD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FD9 is #897026. Grayscale: #8F8F8F. Windows color (decimal): -9007143 or 14258038. OLE color: 14258038.

HSL color Cylindrical-coordinate representation of color #768FD9: hue angle of 224.85º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #768FD9 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 143 217 -
CMYK 0.46 0.34 0 0.15
HSL 224.85º 0.57% 0.66% -
HSV(B) 224.85º 0.46% 0.85% -
XYZ 29.82 28.51 69.58 -
YUV 143.96 169.22 109.48 -
System Red Green Blue C M Y K H S L
Decimal 118 143 217 0.46 0.34 0 0.15 224.85 0.57 0.66
Hex 76 8F D9 2E 22 0 F E1 39 42
Octal 166 217 331 56 42 0 17 341 71 102
Binary 1110110 10001111 11011001 101110 100010 0 1111 11100001 111001 1000010

Color Harmonies of #768FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FD9

Black with #768FD9

Text Example


Text Example

White with #768FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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