Html Css Color HEX #768FE0 Portage

📋 copy color: '#768FE0'

red 118 ◦ green 143 ◦ blue 224

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

Shades of Portage #768FE0

Tints of Portage #768FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.19%

R = 24.33%
G = 29.48%
B = 46.19%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#768FE0 (or 0x768FE0) is known color: Portage. HEX triplet: 76, 8F and E0. RGB value is (118,143,224). Sum of RGB (Red+Green+Blue) = 118+143+224=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #768FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FE0 is #89701F. Grayscale: #909090. Windows color (decimal): -9007136 or 14716790. OLE color: 14716790.

HSL color Cylindrical-coordinate representation of color #768FE0: hue angle of 225.85º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #768FE0 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 143 224 -
CMYK 0.47 0.36 0 0.12
HSL 225.85º 0.63% 0.67% -
HSV(B) 225.85º 0.47% 0.88% -
XYZ 30.75 28.88 74.47 -
YUV 144.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 118 143 224 0.47 0.36 0 0.12 225.85 0.63 0.67
Hex 76 8F E0 2F 24 0 C E2 3F 43
Octal 166 217 340 57 44 0 14 342 77 103
Binary 1110110 10001111 11100000 101111 100100 0 1100 11100010 111111 1000011

Color Harmonies of #768FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FE0

Black with #768FE0

Text Example


Text Example

White with #768FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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