#7692DE

Color #7692DE Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #7692DE

Tints of Portage #7692DE

Color information

#7692DE (or 0x7692DE) is unknown color: approx Portage. HEX triplet: 76, 92 and DE. RGB value is (118,146,222). Sum of RGB (Red+Green+Blue) = 118+146+222=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #7692DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7692DE is #896D21. Grayscale: #919191. Windows color (decimal): -9006370 or 14586486. OLE color: 14586486.

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

Color convert

RGB118146222-
CMYK0.470.3400.13
HSL223.85º61.18%66.67%-
HSV(B)223.85º46.85%87.06%-
XYZ30.9329.6873.21-
YUV146.29170.72107.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.28%
GREEN value IS 146 (57.42% from 255) = 30.04%
BLUE value IS 222 (87.11% from 255) = 45.68%
R=24.28%
G=30.04%
B=45.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181462220.470.3400.13223.8561.1866.67
Hex7692DE2F220De03d43
Octal166222336574201534075103
Binary1110110100100101101111010111110001001101111000001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7692DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7692DE; }

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

 H1.HeaderClassName
 {
   color: #7692DE;
 }
 .AnyTagClassName
 {
   color: #7692DE;
 }
</style>
background-color css

<style>
 a { background-color: #7692DE; }

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

 div.DivClassName
 {
   background-color: #7692DE;
 }
 .BgClassName
 {
   background-color: #7692DE;
 }
</style>
border-color css

<style>
 span { border-color: #7692DE; }

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

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