#7F8BED

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

Shades of Portage #7F8BED

Tints of Portage #7F8BED

Color information

#7F8BED (or 0x7F8BED) is unknown color: approx Portage. HEX triplet: 7F, 8B and ED. RGB value is (127,139,237). Sum of RGB (Red+Green+Blue) = 127+139+237=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F8BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8BED is #807412. Grayscale: #929292. Windows color (decimal): -8418323 or 15567743. OLE color: 15567743.

HSL color Cylindrical-coordinate representation of color #7F8BED: hue angle of 233.45º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F8BED is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127139237-
CMYK0.460.4100.07
HSL233.45º75.34%71.37%-
HSV(B)233.45º46.41%92.94%-
XYZ33.2729.0983.98-
YUV146.58179.02114.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.25%
GREEN value IS 139 (54.69% from 255) = 27.63%
BLUE value IS 237 (92.97% from 255) = 47.12%
R=25.25%
G=27.63%
B=47.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1271392370.460.4100.07233.4575.3471.37
Hex7F8BED2E2907e94b47
Octal177213355565107351113107
Binary1111111100010111110110110111010100101111110100110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F8BED; }

 p { color: rgb(127,139,237); }

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

<style>
 a { background-color: #7F8BED; }

 a { background-color: rgb(127,139,237); }

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

<style>
 span { border-color: #7F8BED; }

 span { border-color: rgb(127,139,237); }

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