Html Css Color HEX #768BD9 Portage

📋 copy color: '#768BD9'

red 118 ◦ green 139 ◦ blue 217

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

Shades of Portage #768BD9

Tints of Portage #768BD9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.32%

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

R = 24.89%
G = 29.32%
B = 45.78%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#768BD9 (or 0x768BD9) is known color: Portage. HEX triplet: 76, 8B and D9. RGB value is (118,139,217). Sum of RGB (Red+Green+Blue) = 118+139+217=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #768BD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BD9 is #897426. Grayscale: #8D8D8D. Windows color (decimal): -9008167 or 14257014. OLE color: 14257014.

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

Color convert

RGB 118 139 217 -
CMYK 0.46 0.36 0 0.15
HSL 227.27º 0.57% 0.66% -
HSV(B) 227.27º 0.46% 0.85% -
XYZ 29.23 27.33 69.38 -
YUV 141.61 170.54 111.16 -
System Red Green Blue C M Y K H S L
Decimal 118 139 217 0.46 0.36 0 0.15 227.27 0.57 0.66
Hex 76 8B D9 2E 24 0 F E3 39 42
Octal 166 213 331 56 44 0 17 343 71 102
Binary 1110110 10001011 11011001 101110 100100 0 1111 11100011 111001 1000010

Color Harmonies of #768BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BD9

Black with #768BD9

Text Example


Text Example

White with #768BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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