Html Css Color HEX #768DDA Portage

📋 copy color: '#768DDA'

red 118 ◦ green 141 ◦ blue 218

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

Shades of Portage #768DDA

Tints of Portage #768DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 24.74%
G = 29.56%
B = 45.7%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#768DDA (or 0x768DDA) is known color: Portage. HEX triplet: 76, 8D and DA. RGB value is (118,141,218). Sum of RGB (Red+Green+Blue) = 118+141+218=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #768DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DDA is #897225. Grayscale: #8E8E8E. Windows color (decimal): -9007654 or 14323062. OLE color: 14323062.

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

Color convert

RGB 118 141 218 -
CMYK 0.46 0.35 0 0.15
HSL 226.2º 0.57% 0.66% -
HSV(B) 226.2º 0.46% 0.85% -
XYZ 29.65 27.96 70.16 -
YUV 142.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 118 141 218 0.46 0.35 0 0.15 226.2 0.57 0.66
Hex 76 8D DA 2E 23 0 F E2 39 42
Octal 166 215 332 56 43 0 17 342 71 102
Binary 1110110 10001101 11011010 101110 100011 0 1111 11100010 111001 1000010

Color Harmonies of #768DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DDA

Black with #768DDA

Text Example


Text Example

White with #768DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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