Html Css Color HEX #768BDE Portage

📋 copy color: '#768BDE'

red 118 ◦ green 139 ◦ blue 222

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

Shades of Portage #768BDE

Tints of Portage #768BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.35%

R = 24.63%
G = 29.02%
B = 46.35%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#768BDE (or 0x768BDE) is known color: Portage. HEX triplet: 76, 8B and DE. RGB value is (118,139,222). Sum of RGB (Red+Green+Blue) = 118+139+222=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #768BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BDE is #897421. Grayscale: #8D8D8D. Windows color (decimal): -9008162 or 14584694. OLE color: 14584694.

HSL color Cylindrical-coordinate representation of color #768BDE: hue angle of 227.88º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #768BDE is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 139 222 -
CMYK 0.47 0.37 0 0.13
HSL 227.88º 0.61% 0.67% -
HSV(B) 227.88º 0.47% 0.87% -
XYZ 29.89 27.59 72.86 -
YUV 142.18 173.04 110.75 -
System Red Green Blue C M Y K H S L
Decimal 118 139 222 0.47 0.37 0 0.13 227.88 0.61 0.67
Hex 76 8B DE 2F 25 0 D E4 3D 43
Octal 166 213 336 57 45 0 15 344 75 103
Binary 1110110 10001011 11011110 101111 100101 0 1101 11100100 111101 1000011

Color Harmonies of #768BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BDE

Black with #768BDE

Text Example


Text Example

White with #768BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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