Html Css Color HEX #768BDD Portage

📋 copy color: '#768BDD'

red 118 ◦ green 139 ◦ blue 221

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

Shades of Portage #768BDD

Tints of Portage #768BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 24.69%
G = 29.08%
B = 46.23%

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

#768BDD (or 0x768BDD) is known color: Portage. HEX triplet: 76, 8B and DD. RGB value is (118,139,221). Sum of RGB (Red+Green+Blue) = 118+139+221=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #768BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BDD is #897422. Grayscale: #8D8D8D. Windows color (decimal): -9008163 or 14519158. OLE color: 14519158.

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

Color convert

RGB 118 139 221 -
CMYK 0.47 0.37 0 0.13
HSL 227.77º 0.6% 0.66% -
HSV(B) 227.77º 0.47% 0.87% -
XYZ 29.75 27.54 72.15 -
YUV 142.07 172.54 110.83 -
System Red Green Blue C M Y K H S L
Decimal 118 139 221 0.47 0.37 0 0.13 227.77 0.6 0.66
Hex 76 8B DD 2F 25 0 D E4 3C 42
Octal 166 213 335 57 45 0 15 344 74 102
Binary 1110110 10001011 11011101 101111 100101 0 1101 11100100 111100 1000010

Color Harmonies of #768BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BDD

Black with #768BDD

Text Example


Text Example

White with #768BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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