Html Css Color HEX #768FDD Portage

📋 copy color: '#768FDD'

red 118 ◦ green 143 ◦ blue 221

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

Shades of Portage #768FDD

Tints of Portage #768FDD

RGB

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

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

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

R = 24.48%
G = 29.67%
B = 45.85%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#768FDD (or 0x768FDD) is known color: Portage. HEX triplet: 76, 8F and DD. RGB value is (118,143,221). Sum of RGB (Red+Green+Blue) = 118+143+221=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #768FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FDD is #897022. Grayscale: #909090. Windows color (decimal): -9007139 or 14520182. OLE color: 14520182.

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

Color convert

RGB 118 143 221 -
CMYK 0.47 0.35 0 0.13
HSL 225.44º 0.6% 0.66% -
HSV(B) 225.44º 0.47% 0.87% -
XYZ 30.34 28.72 72.35 -
YUV 144.42 171.22 109.16 -
System Red Green Blue C M Y K H S L
Decimal 118 143 221 0.47 0.35 0 0.13 225.44 0.6 0.66
Hex 76 8F DD 2F 23 0 D E1 3C 42
Octal 166 217 335 57 43 0 15 341 74 102
Binary 1110110 10001111 11011101 101111 100011 0 1101 11100001 111100 1000010

Color Harmonies of #768FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FDD

Black with #768FDD

Text Example


Text Example

White with #768FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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