Html Css Color HEX #768EDE Portage

📋 copy color: '#768EDE'

red 118 ◦ green 142 ◦ blue 222

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

Shades of Portage #768EDE

Tints of Portage #768EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.46%

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

R = 24.48%
G = 29.46%
B = 46.06%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#768EDE (or 0x768EDE) is known color: Portage. HEX triplet: 76, 8E and DE. RGB value is (118,142,222). Sum of RGB (Red+Green+Blue) = 118+142+222=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #768EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768EDE is #897121. Grayscale: #8F8F8F. Windows color (decimal): -9007394 or 14585462. OLE color: 14585462.

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

Color convert

RGB 118 142 222 -
CMYK 0.47 0.36 0 0.13
HSL 226.15º 0.61% 0.67% -
HSV(B) 226.15º 0.47% 0.87% -
XYZ 30.33 28.47 73 -
YUV 143.94 172.05 109.5 -
System Red Green Blue C M Y K H S L
Decimal 118 142 222 0.47 0.36 0 0.13 226.15 0.61 0.67
Hex 76 8E DE 2F 24 0 D E2 3D 43
Octal 166 216 336 57 44 0 15 342 75 103
Binary 1110110 10001110 11011110 101111 100100 0 1101 11100010 111101 1000011

Color Harmonies of #768EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EDE

Black with #768EDE

Text Example


Text Example

White with #768EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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